#2D52DC

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

Shades of Cerulean Blue #2D52DC

Tints of Cerulean Blue #2D52DC

Color information

#2D52DC (or 0x2D52DC) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 52 and DC. RGB value is (45,82,220). Sum of RGB (Red+Green+Blue) = 45+82+220=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D52DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D52DC is #D2AD23. Grayscale: #565656. Windows color (decimal): -13806884 or 14438957. OLE color: 14438957.

HSL color Cylindrical-coordinate representation of color #2D52DC: hue angle of 227.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D52DC is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4582220-
CMYK0.800.6300.14
HSL227.31º71.43%51.96%-
HSV(B)227.31º79.55%86.27%-
XYZ17.0211.7669.08-
YUV86.67203.2498.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.97%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 220 (86.33% from 255) = 63.40%
R=12.97%
G=23.63%
B=63.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal45822200.800.6300.14227.3171.4351.96
Hex2D52DC503F0Ee34734
Octal551223341207701634310764
Binary101101101001011011100101000011111101110111000111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D52DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,82,220); }

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

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

 a { background-color: rgb(45,82,220); }

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

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

 span { border-color: rgb(45,82,220); }

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