Shades of Cerulean Blue #2752CC
Tints of Cerulean Blue #2752CC
RGB
CMYK
RGB Variations
Color information
#2752CC (or 0x2752CC) is known color: Cerulean Blue. HEX triplet: 27, 52 and CC. RGB value is (39,82,204). Sum of RGB (Red+Green+Blue) = 39+82+204=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #2752CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2752CC is #D8AD33. Grayscale: #525252. Windows color (decimal): -14200116 or 13390375. OLE color: 13390375.
HSL color Cylindrical-coordinate representation of color #2752CC: hue angle of 224.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2752CC is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 82 | 204 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.2 |
| HSL | 224.36º | 0.68% | 0.48% | - |
| HSV(B) | 224.36º | 0.81% | 0.8% | - |
| XYZ | 14.75 | 10.83 | 58.44 | - |
| YUV | 83.05 | 196.25 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 204 | 0.81 | 0.60 | 0 | 0.2 | 224.36 | 0.68 | 0.48 |
| Hex | 27 | 52 | CC | 51 | 3C | 0 | 14 | E0 | 44 | 30 |
| Octal | 47 | 122 | 314 | 121 | 74 | 0 | 24 | 340 | 104 | 60 |
| Binary | 100111 | 1010010 | 11001100 | 1010001 | 111100 | 0 | 10100 | 11100000 | 1000100 | 110000 |
Color Harmonies of #2752CC
Complementary color
Monochromatic Colors of #2752CC
Black with #2752CC
Text Example
Text Example
White with #2752CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2752CC; }
p { color: rgb(39,82,204); }
H1.HeaderClassName
{
color: #2752CC;
}
.AnyTagClassName
{
color: #2752CC;
}
</style>
background-color css
<style>
a { background-color: #2752CC; }
a { background-color: rgb(39,82,204); }
div.DivClassName
{
background-color: #2752CC;
}
.BgClassName
{
background-color: #2752CC;
}
</style>
border-color css
<style>
span { border-color: #2752CC; }
span { border-color: rgb(39,82,204); }
td.TdClassName
{
border-color: #2752CC;
}
.TagClassName
{
border-color: #2752CC;
}
</style>