#234DB8

Color #234DB8 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #234DB8

Tints of Cerulean Blue #234DB8

Color information

#234DB8 (or 0x234DB8) is unknown color: approx Cerulean Blue. HEX triplet: 23, 4D and B8. RGB value is (35,77,184). Sum of RGB (Red+Green+Blue) = 35+77+184=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 184 (72.27% from 255 or 62.16% from 296); Max value from RGB is 184 - color contains mainly: blue. Hex color #234DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DB8 is #DCB247. Grayscale: #4C4C4C. Windows color (decimal): -14463560 or 12078371. OLE color: 12078371.

HSL color Cylindrical-coordinate representation of color #234DB8: hue angle of 223.09º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234DB8 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3577184-
CMYK0.810.5800.28
HSL223.09º68.04%42.94%-
HSV(B)223.09º80.98%72.16%-
XYZ129.1346.48-
YUV76.64188.5998.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 11.82%
GREEN value IS 77 (30.47% from 255) = 26.01%
BLUE value IS 184 (72.27% from 255) = 62.16%
R=11.82%
G=26.01%
B=62.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal35771840.810.5800.28223.0968.0442.94
Hex234DB8513A01Cdf442b
Octal431152701217203433710453
Binary1000111001101101110001010001111010011100110111111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234DB8; }

 p { color: rgb(35,77,184); }

 H1.HeaderClassName
 {
   color: #234DB8;
 }
 .AnyTagClassName
 {
   color: #234DB8;
 }
</style>
background-color css

<style>
 a { background-color: #234DB8; }

 a { background-color: rgb(35,77,184); }

 div.DivClassName
 {
   background-color: #234DB8;
 }
 .BgClassName
 {
   background-color: #234DB8;
 }
</style>
border-color css

<style>
 span { border-color: #234DB8; }

 span { border-color: rgb(35,77,184); }

 td.TdClassName
 {
   border-color: #234DB8;
 }
 .TagClassName
 {
   border-color: #234DB8;
 }
</style>