Shades of Cerulean Blue #2760CB
Tints of Cerulean Blue #2760CB
RGB
CMYK
RGB Variations
Color information
#2760CB (or 0x2760CB) is known color: Cerulean Blue. HEX triplet: 27, 60 and CB. RGB value is (39,96,203). Sum of RGB (Red+Green+Blue) = 39+96+203=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #2760CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2760CB is #D89F34. Grayscale: #5A5A5A. Windows color (decimal): -14196533 or 13328423. OLE color: 13328423.
HSL color Cylindrical-coordinate representation of color #2760CB: hue angle of 219.15º 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 #2760CB is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 96 | 203 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.20 |
| HSL | 219.15º | 0.68% | 0.47% | - |
| HSV(B) | 219.15º | 0.81% | 0.8% | - |
| XYZ | 15.8 | 13.11 | 58.2 | - |
| YUV | 91.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 96 | 203 | 0.81 | 0.53 | 0 | 0.20 | 219.15 | 0.68 | 0.47 |
| Hex | 27 | 60 | CB | 51 | 35 | 0 | 14 | DB | 44 | 2F |
| Octal | 47 | 140 | 313 | 121 | 65 | 0 | 24 | 333 | 104 | 57 |
| Binary | 100111 | 1100000 | 11001011 | 1010001 | 110101 | 0 | 10100 | 11011011 | 1000100 | 101111 |
Color Harmonies of #2760CB
Complementary color
Monochromatic Colors of #2760CB
Black with #2760CB
Text Example
Text Example
White with #2760CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2760CB; }
p { color: rgb(39,96,203); }
H1.HeaderClassName
{
color: #2760CB;
}
.AnyTagClassName
{
color: #2760CB;
}
</style>
background-color css
<style>
a { background-color: #2760CB; }
a { background-color: rgb(39,96,203); }
div.DivClassName
{
background-color: #2760CB;
}
.BgClassName
{
background-color: #2760CB;
}
</style>
border-color css
<style>
span { border-color: #2760CB; }
span { border-color: rgb(39,96,203); }
td.TdClassName
{
border-color: #2760CB;
}
.TagClassName
{
border-color: #2760CB;
}
</style>