#2B44CE

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

Shades of Cerulean Blue #2B44CE

Tints of Cerulean Blue #2B44CE

Color information

#2B44CE (or 0x2B44CE) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 44 and CE. RGB value is (43,68,206). Sum of RGB (Red+Green+Blue) = 43+68+206=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B44CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B44CE is #D4BB31. Grayscale: #4B4B4B. Windows color (decimal): -13941554 or 13517867. OLE color: 13517867.

HSL color Cylindrical-coordinate representation of color #2B44CE: hue angle of 230.8º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B44CE is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4368206-
CMYK0.790.6700.19
HSL230.8º65.46%48.82%-
HSV(B)230.8º79.13%80.78%-
XYZ14.29.159.4-
YUV76.26201.22104.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.56%
GREEN value IS 68 (26.95% from 255) = 21.45%
BLUE value IS 206 (80.86% from 255) = 64.98%
R=13.56%
G=21.45%
B=64.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal43682060.790.6700.19230.865.4648.82
Hex2B44CE4F43013e74131
Octal5310431611710302334710161
Binary10101110001001100111010011111000011010011111001111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B44CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,206); }

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

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

 a { background-color: rgb(43,68,206); }

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

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

 span { border-color: rgb(43,68,206); }

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