#2D44B4

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

Shades of Cerulean Blue #2D44B4

Tints of Cerulean Blue #2D44B4

Color information

#2D44B4 (or 0x2D44B4) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 44 and B4. RGB value is (45,68,180). Sum of RGB (Red+Green+Blue) = 45+68+180=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #2D44B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D44B4 is #D2BB4B. Grayscale: #494949. Windows color (decimal): -13810508 or 11813933. OLE color: 11813933.

HSL color Cylindrical-coordinate representation of color #2D44B4: hue angle of 229.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D44B4 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4568180-
CMYK0.750.6200.29
HSL229.78º60%44.12%-
HSV(B)229.78º75%70.59%-
XYZ11.397.9944.12-
YUV73.89187.88107.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.36%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 180 (70.70% from 255) = 61.43%
R=15.36%
G=23.21%
B=61.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45681800.750.6200.29229.786044.12
Hex2D44B44B3E01De63c2c
Octal55104264113760353467454
Binary101101100010010110100100101111111001110111100110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D44B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,68,180); }

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

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

 a { background-color: rgb(45,68,180); }

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

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

 span { border-color: rgb(45,68,180); }

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