Shades of Cerulean Blue #2552BA
Tints of Cerulean Blue #2552BA
RGB
CMYK
RGB Variations
Color information
#2552BA (or 0x2552BA) is known color: 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
| RGB | 37 | 82 | 186 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.27 |
| HSL | 221.88º | 0.67% | 0.44% | - |
| HSV(B) | 221.88º | 0.8% | 0.73% | - |
| XYZ | 12.64 | 9.97 | 47.71 | - |
| YUV | 80.4 | 187.59 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 186 | 0.80 | 0.56 | 0 | 0.27 | 221.88 | 0.67 | 0.44 |
| Hex | 25 | 52 | BA | 50 | 38 | 0 | 1B | DE | 43 | 2C |
| Octal | 45 | 122 | 272 | 120 | 70 | 0 | 33 | 336 | 103 | 54 |
| Binary | 100101 | 1010010 | 10111010 | 1010000 | 111000 | 0 | 11011 | 11011110 | 1000011 | 101100 |
Color Harmonies of #2552BA
Complementary color
Monochromatic Colors of #2552BA
Black with #2552BA
Text Example
Text Example
White with #2552BA
Text Example
Text Example
HTML Codes & Css Web 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>