Shades of Cerulean Blue #2764CF
Tints of Cerulean Blue #2764CF
RGB
CMYK
RGB Variations
Color information
#2764CF (or 0x2764CF) is known color: Cerulean Blue. HEX triplet: 27, 64 and CF. RGB value is (39,100,207). Sum of RGB (Red+Green+Blue) = 39+100+207=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #2764CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2764CF is #D89B30. Grayscale: #5D5D5D. Windows color (decimal): -14195505 or 13591591. OLE color: 13591591.
HSL color Cylindrical-coordinate representation of color #2764CF: hue angle of 218.21º 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 #2764CF is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 100 | 207 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.19 |
| HSL | 218.21º | 0.68% | 0.48% | - |
| HSV(B) | 218.21º | 0.81% | 0.81% | - |
| XYZ | 16.66 | 14.05 | 60.87 | - |
| YUV | 93.96 | 191.79 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 100 | 207 | 0.81 | 0.52 | 0 | 0.19 | 218.21 | 0.68 | 0.48 |
| Hex | 27 | 64 | CF | 51 | 34 | 0 | 13 | DA | 44 | 30 |
| Octal | 47 | 144 | 317 | 121 | 64 | 0 | 23 | 332 | 104 | 60 |
| Binary | 100111 | 1100100 | 11001111 | 1010001 | 110100 | 0 | 10011 | 11011010 | 1000100 | 110000 |
Color Harmonies of #2764CF
Complementary color
Monochromatic Colors of #2764CF
Black with #2764CF
Text Example
Text Example
White with #2764CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2764CF; }
p { color: rgb(39,100,207); }
H1.HeaderClassName
{
color: #2764CF;
}
.AnyTagClassName
{
color: #2764CF;
}
</style>
background-color css
<style>
a { background-color: #2764CF; }
a { background-color: rgb(39,100,207); }
div.DivClassName
{
background-color: #2764CF;
}
.BgClassName
{
background-color: #2764CF;
}
</style>
border-color css
<style>
span { border-color: #2764CF; }
span { border-color: rgb(39,100,207); }
td.TdClassName
{
border-color: #2764CF;
}
.TagClassName
{
border-color: #2764CF;
}
</style>