#2b45d6

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

Shades of Cerulean Blue #2B45D6

Tints of Cerulean Blue #2B45D6

Color information

#2B45D6 (or 0x2B45D6) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 45 and D6. RGB value is (43,69,214). Sum of RGB (Red+Green+Blue) = 43+69+214=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #2B45D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B45D6 is #D4BA29. Grayscale: #4D4D4D. Windows color (decimal): -13941290 or 14042411. OLE color: 14042411.

HSL color Cylindrical-coordinate representation of color #2B45D6: hue angle of 230.88º 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 #2B45D6 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4369214-
CMYK0.800.6800.16
HSL230.88º67.59%50.39%-
HSV(B)230.88º79.91%83.92%-
XYZ15.269.6264.67-
YUV77.76204.89103.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.19%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 214 (83.98% from 255) = 65.64%
R=13.19%
G=21.17%
B=65.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal43692140.800.6800.16230.8867.5950.39
Hex2B45D65044010e74432
Octal5310532612010402034710462
Binary10101110001011101011010100001000100010000111001111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b45d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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