#2552BA

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

Shades of Cerulean Blue #2552BA

Tints of Cerulean Blue #2552BA

Color information

#2552BA (or 0x2552BA) is unknown color: approx Cerulean Blue. HEX triplet: 25, 52 and BA. RGB value is (37,82,186). Sum of RGB (Red+Green+Blue) = 37+82+186=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #2552BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2552BA is #DAAD45. Grayscale: #4F4F4F. Windows color (decimal): -14331206 or 12210725. OLE color: 12210725.

HSL color Cylindrical-coordinate representation of color #2552BA: hue angle of 221.88º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2552BA is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3782186-
CMYK0.800.5600.27
HSL221.88º66.82%43.73%-
HSV(B)221.88º80.11%72.94%-
XYZ12.649.9747.71-
YUV80.4187.5997.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.13%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 186 (73.05% from 255) = 60.98%
R=12.13%
G=26.89%
B=60.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37821860.800.5600.27221.8866.8243.73
Hex2552BA503801Bde432c
Octal451222721207003333610354
Binary1001011010010101110101010000111000011011110111101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2552BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2552BA; }

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

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

<style>
 a { background-color: #2552BA; }

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

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

<style>
 span { border-color: #2552BA; }

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

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