#2B4CD6

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

Shades of Cerulean Blue #2B4CD6

Tints of Cerulean Blue #2B4CD6

Color information

#2B4CD6 (or 0x2B4CD6) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4C and D6. RGB value is (43,76,214). Sum of RGB (Red+Green+Blue) = 43+76+214=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 214 (83.98% from 255 or 64.26% from 333); Max value from RGB is 214 - color contains mainly: blue. Hex color #2B4CD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4CD6 is #D4B329. Grayscale: #515151. Windows color (decimal): -13939498 or 14044203. OLE color: 14044203.

HSL color Cylindrical-coordinate representation of color #2B4CD6: hue angle of 228.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B4CD6 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4376214-
CMYK0.800.6400.16
HSL228.42º67.59%50.39%-
HSV(B)228.42º79.91%83.92%-
XYZ15.7210.5464.82-
YUV81.86202.57100.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.91%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 214 (83.98% from 255) = 64.26%
R=12.91%
G=22.82%
B=64.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal43762140.800.6400.16228.4267.5950.39
Hex2B4CD65040010e44432
Octal5311432612010002034410462
Binary10101110011001101011010100001000000010000111001001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B4CD6; }

 p { color: rgb(43,76,214); }

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

<style>
 a { background-color: #2B4CD6; }

 a { background-color: rgb(43,76,214); }

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

<style>
 span { border-color: #2B4CD6; }

 span { border-color: rgb(43,76,214); }

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