#2D53A4

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

Shades of Cerulean Blue #2D53A4

Tints of Cerulean Blue #2D53A4

Color information

#2D53A4 (or 0x2D53A4) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 53 and A4. RGB value is (45,83,164). Sum of RGB (Red+Green+Blue) = 45+83+164=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #2D53A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D53A4 is #D2AC5B. Grayscale: #505050. Windows color (decimal): -13806684 or 10769197. OLE color: 10769197.

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

Color convert

RGB4583164-
CMYK0.730.4900.36
HSL220.84º56.94%40.98%-
HSV(B)220.84º72.56%64.31%-
XYZ10.889.4236.37-
YUV80.87174.91102.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.41%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 164 (64.45% from 255) = 56.16%
R=15.41%
G=28.42%
B=56.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45831640.730.4900.36220.8456.9440.98
Hex2D53A44931024dd3929
Octal55123244111610443357151
Binary1011011010011101001001001001110001010010011011101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D53A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,83,164); }

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

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

 a { background-color: rgb(45,83,164); }

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

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

 span { border-color: rgb(45,83,164); }

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