Shades of Cerulean Blue #2752CF
Tints of Cerulean Blue #2752CF
RGB
CMYK
RGB Variations
Color information
#2752CF (or 0x2752CF) is known color: Cerulean Blue. HEX triplet: 27, 52 and CF. RGB value is (39,82,207). Sum of RGB (Red+Green+Blue) = 39+82+207=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #2752CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2752CF is #D8AD30. Grayscale: #525252. Windows color (decimal): -14200113 or 13586983. OLE color: 13586983.
HSL color Cylindrical-coordinate representation of color #2752CF: hue angle of 224.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2752CF is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 82 | 207 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.19 |
| HSL | 224.64º | 0.68% | 0.48% | - |
| HSV(B) | 224.64º | 0.81% | 0.81% | - |
| XYZ | 15.12 | 10.97 | 60.35 | - |
| YUV | 83.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 207 | 0.81 | 0.60 | 0 | 0.19 | 224.64 | 0.68 | 0.48 |
| Hex | 27 | 52 | CF | 51 | 3C | 0 | 13 | E1 | 44 | 30 |
| Octal | 47 | 122 | 317 | 121 | 74 | 0 | 23 | 341 | 104 | 60 |
| Binary | 100111 | 1010010 | 11001111 | 1010001 | 111100 | 0 | 10011 | 11100001 | 1000100 | 110000 |
Color Harmonies of #2752CF
Complementary color
Monochromatic Colors of #2752CF
Black with #2752CF
Text Example
Text Example
White with #2752CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2752CF; }
p { color: rgb(39,82,207); }
H1.HeaderClassName
{
color: #2752CF;
}
.AnyTagClassName
{
color: #2752CF;
}
</style>
background-color css
<style>
a { background-color: #2752CF; }
a { background-color: rgb(39,82,207); }
div.DivClassName
{
background-color: #2752CF;
}
.BgClassName
{
background-color: #2752CF;
}
</style>
border-color css
<style>
span { border-color: #2752CF; }
span { border-color: rgb(39,82,207); }
td.TdClassName
{
border-color: #2752CF;
}
.TagClassName
{
border-color: #2752CF;
}
</style>