#2D52BA

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

Shades of Cerulean Blue #2D52BA

Tints of Cerulean Blue #2D52BA

Color information

#2D52BA (or 0x2D52BA) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 52 and BA. RGB value is (45,82,186). Sum of RGB (Red+Green+Blue) = 45+82+186=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D52BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D52BA is #D2AD45. Grayscale: #525252. Windows color (decimal): -13806918 or 12210733. OLE color: 12210733.

HSL color Cylindrical-coordinate representation of color #2D52BA: hue angle of 224.26º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D52BA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4582186-
CMYK0.760.5600.27
HSL224.26º61.04%45.29%-
HSV(B)224.26º75.81%72.94%-
XYZ12.9610.1447.73-
YUV82.79186.24101.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.38%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 186 (73.05% from 255) = 59.42%
R=14.38%
G=26.20%
B=59.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45821860.760.5600.27224.2661.0445.29
Hex2D52BA4C3801Be03d2d
Octal55122272114700333407555
Binary101101101001010111010100110011100001101111100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D52BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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