#2D49B3

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

Shades of Cerulean Blue #2D49B3

Tints of Cerulean Blue #2D49B3

Color information

#2D49B3 (or 0x2D49B3) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 49 and B3. RGB value is (45,73,179). Sum of RGB (Red+Green+Blue) = 45+73+179=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 179 (70.31% from 255 or 60.27% from 297); Max value from RGB is 179 - color contains mainly: blue. Hex color #2D49B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D49B3 is #D2B64C. Grayscale: #4C4C4C. Windows color (decimal): -13809229 or 11749677. OLE color: 11749677.

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

Color convert

RGB4573179-
CMYK0.750.5900.30
HSL227.46º59.82%43.92%-
HSV(B)227.46º74.86%70.2%-
XYZ11.68.5843.69-
YUV76.71185.72105.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.15%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 179 (70.31% from 255) = 60.27%
R=15.15%
G=24.58%
B=60.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal45731790.750.5900.30227.4659.8243.92
Hex2D49B34B3B01Ee33c2c
Octal55111263113730363437454
Binary101101100100110110011100101111101101111011100011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D49B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,73,179); }

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

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

 a { background-color: rgb(45,73,179); }

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

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

 span { border-color: rgb(45,73,179); }

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