Shades of Cerulean Blue #2552CA
Tints of Cerulean Blue #2552CA
RGB
CMYK
RGB Variations
Color information
#2552CA (or 0x2552CA) is known color: Cerulean Blue. HEX triplet: 25, 52 and CA. RGB value is (37,82,202). Sum of RGB (Red+Green+Blue) = 37+82+202=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #2552CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2552CA is #DAAD35. Grayscale: #515151. Windows color (decimal): -14331190 or 13259301. OLE color: 13259301.
HSL color Cylindrical-coordinate representation of color #2552CA: hue angle of 223.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2552CA is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 82 | 202 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.21 |
| HSL | 223.64º | 0.69% | 0.47% | - |
| HSV(B) | 223.64º | 0.82% | 0.79% | - |
| XYZ | 14.44 | 10.69 | 57.18 | - |
| YUV | 82.23 | 195.59 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 202 | 0.82 | 0.59 | 0 | 0.21 | 223.64 | 0.69 | 0.47 |
| Hex | 25 | 52 | CA | 52 | 3B | 0 | 15 | E0 | 45 | 2F |
| Octal | 45 | 122 | 312 | 122 | 73 | 0 | 25 | 340 | 105 | 57 |
| Binary | 100101 | 1010010 | 11001010 | 1010010 | 111011 | 0 | 10101 | 11100000 | 1000101 | 101111 |
Color Harmonies of #2552CA
Complementary color
Monochromatic Colors of #2552CA
Black with #2552CA
Text Example
Text Example
White with #2552CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2552CA; }
p { color: rgb(37,82,202); }
H1.HeaderClassName
{
color: #2552CA;
}
.AnyTagClassName
{
color: #2552CA;
}
</style>
background-color css
<style>
a { background-color: #2552CA; }
a { background-color: rgb(37,82,202); }
div.DivClassName
{
background-color: #2552CA;
}
.BgClassName
{
background-color: #2552CA;
}
</style>
border-color css
<style>
span { border-color: #2552CA; }
span { border-color: rgb(37,82,202); }
td.TdClassName
{
border-color: #2552CA;
}
.TagClassName
{
border-color: #2552CA;
}
</style>