#2d4db5

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

Shades of Cerulean Blue #2D4DB5

Tints of Cerulean Blue #2D4DB5

Color information

#2D4DB5 (or 0x2D4DB5) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 4D and B5. RGB value is (45,77,181). Sum of RGB (Red+Green+Blue) = 45+77+181=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 181 (71.09% from 255 or 59.74% from 303); Max value from RGB is 181 - color contains mainly: blue. Hex color #2D4DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4DB5 is #D2B24A. Grayscale: #4E4E4E. Windows color (decimal): -13808203 or 11881773. OLE color: 11881773.

HSL color Cylindrical-coordinate representation of color #2D4DB5: hue angle of 225.88º 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 #2D4DB5 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4577181-
CMYK0.750.5700.29
HSL225.88º60.18%44.31%-
HSV(B)225.88º75.14%70.98%-
XYZ12.089.244.86-
YUV79.29185.4103.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.85%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 181 (71.09% from 255) = 59.74%
R=14.85%
G=25.41%
B=59.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45771810.750.5700.29225.8860.1844.31
Hex2D4DB54B3901De23c2c
Octal55115265113710353427454
Binary101101100110110110101100101111100101110111100010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d4db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,77,181); }

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

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

 a { background-color: rgb(45,77,181); }

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

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

 span { border-color: rgb(45,77,181); }

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