Shades of Cerulean Blue #2761CB
Tints of Cerulean Blue #2761CB
RGB
CMYK
RGB Variations
Color information
#2761CB (or 0x2761CB) is known color: Cerulean Blue. HEX triplet: 27, 61 and CB. RGB value is (39,97,203). Sum of RGB (Red+Green+Blue) = 39+97+203=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #2761CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2761CB is #D89E34. Grayscale: #5B5B5B. Windows color (decimal): -14196277 or 13328679. OLE color: 13328679.
HSL color Cylindrical-coordinate representation of color #2761CB: hue angle of 218.78º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2761CB is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 97 | 203 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.20 |
| HSL | 218.78º | 0.68% | 0.47% | - |
| HSV(B) | 218.78º | 0.81% | 0.8% | - |
| XYZ | 15.89 | 13.29 | 58.23 | - |
| YUV | 91.74 | 190.78 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 203 | 0.81 | 0.52 | 0 | 0.20 | 218.78 | 0.68 | 0.47 |
| Hex | 27 | 61 | CB | 51 | 34 | 0 | 14 | DB | 44 | 2F |
| Octal | 47 | 141 | 313 | 121 | 64 | 0 | 24 | 333 | 104 | 57 |
| Binary | 100111 | 1100001 | 11001011 | 1010001 | 110100 | 0 | 10100 | 11011011 | 1000100 | 101111 |
Color Harmonies of #2761CB
Complementary color
Monochromatic Colors of #2761CB
Black with #2761CB
Text Example
Text Example
White with #2761CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2761CB; }
p { color: rgb(39,97,203); }
H1.HeaderClassName
{
color: #2761CB;
}
.AnyTagClassName
{
color: #2761CB;
}
</style>
background-color css
<style>
a { background-color: #2761CB; }
a { background-color: rgb(39,97,203); }
div.DivClassName
{
background-color: #2761CB;
}
.BgClassName
{
background-color: #2761CB;
}
</style>
border-color css
<style>
span { border-color: #2761CB; }
span { border-color: rgb(39,97,203); }
td.TdClassName
{
border-color: #2761CB;
}
.TagClassName
{
border-color: #2761CB;
}
</style>