Shades of Cerulean Blue #2761CF
Tints of Cerulean Blue #2761CF
RGB
CMYK
RGB Variations
Color information
#2761CF (or 0x2761CF) is known color: Cerulean Blue. HEX triplet: 27, 61 and CF. RGB value is (39,97,207). Sum of RGB (Red+Green+Blue) = 39+97+207=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #2761CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2761CF is #D89E30. Grayscale: #5B5B5B. Windows color (decimal): -14196273 or 13590823. OLE color: 13590823.
HSL color Cylindrical-coordinate representation of color #2761CF: hue angle of 219.29º 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 #2761CF is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 97 | 207 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.19 |
| HSL | 219.29º | 0.68% | 0.48% | - |
| HSV(B) | 219.29º | 0.81% | 0.81% | - |
| XYZ | 16.37 | 13.49 | 60.77 | - |
| YUV | 92.2 | 192.78 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 207 | 0.81 | 0.53 | 0 | 0.19 | 219.29 | 0.68 | 0.48 |
| Hex | 27 | 61 | CF | 51 | 35 | 0 | 13 | DB | 44 | 30 |
| Octal | 47 | 141 | 317 | 121 | 65 | 0 | 23 | 333 | 104 | 60 |
| Binary | 100111 | 1100001 | 11001111 | 1010001 | 110101 | 0 | 10011 | 11011011 | 1000100 | 110000 |
Color Harmonies of #2761CF
Complementary color
Monochromatic Colors of #2761CF
Black with #2761CF
Text Example
Text Example
White with #2761CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2761CF; }
p { color: rgb(39,97,207); }
H1.HeaderClassName
{
color: #2761CF;
}
.AnyTagClassName
{
color: #2761CF;
}
</style>
background-color css
<style>
a { background-color: #2761CF; }
a { background-color: rgb(39,97,207); }
div.DivClassName
{
background-color: #2761CF;
}
.BgClassName
{
background-color: #2761CF;
}
</style>
border-color css
<style>
span { border-color: #2761CF; }
span { border-color: rgb(39,97,207); }
td.TdClassName
{
border-color: #2761CF;
}
.TagClassName
{
border-color: #2761CF;
}
</style>