#2D49A5

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

Shades of Cerulean Blue #2D49A5

Tints of Cerulean Blue #2D49A5

Color information

#2D49A5 (or 0x2D49A5) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 49 and A5. RGB value is (45,73,165). Sum of RGB (Red+Green+Blue) = 45+73+165=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 165 (64.84% from 255 or 58.30% from 283); Max value from RGB is 165 - color contains mainly: blue. Hex color #2D49A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D49A5 is #D2B65A. Grayscale: #4A4A4A. Windows color (decimal): -13809243 or 10832173. OLE color: 10832173.

HSL color Cylindrical-coordinate representation of color #2D49A5: hue angle of 226º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D49A5 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4573165-
CMYK0.730.5600.35
HSL226º57.14%41.18%-
HSV(B)226º72.73%64.71%-
XYZ10.268.0436.61-
YUV75.12178.72106.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.90%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 165 (64.84% from 255) = 58.30%
R=15.90%
G=25.80%
B=58.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal45731650.730.5600.3522657.1441.18
Hex2D49A54938023e23929
Octal55111245111700433427151
Binary1011011001001101001011001001111000010001111100010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D49A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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