Shades of Cerulean Blue #2966CE
Tints of Cerulean Blue #2966CE
RGB
CMYK
RGB Variations
Color information
#2966CE (or 0x2966CE) is known color: Cerulean Blue. HEX triplet: 29, 66 and CE. RGB value is (41,102,206). Sum of RGB (Red+Green+Blue) = 41+102+206=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #2966CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2966CE is #D69931. Grayscale: #5F5F5F. Windows color (decimal): -14063922 or 13526569. OLE color: 13526569.
HSL color Cylindrical-coordinate representation of color #2966CE: hue angle of 217.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2966CE is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 102 | 206 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.19 |
| HSL | 217.82º | 0.67% | 0.48% | - |
| HSV(B) | 217.82º | 0.8% | 0.81% | - |
| XYZ | 16.81 | 14.43 | 60.29 | - |
| YUV | 95.62 | 190.29 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 206 | 0.80 | 0.50 | 0 | 0.19 | 217.82 | 0.67 | 0.48 |
| Hex | 29 | 66 | CE | 50 | 32 | 0 | 13 | DA | 43 | 30 |
| Octal | 51 | 146 | 316 | 120 | 62 | 0 | 23 | 332 | 103 | 60 |
| Binary | 101001 | 1100110 | 11001110 | 1010000 | 110010 | 0 | 10011 | 11011010 | 1000011 | 110000 |
Color Harmonies of #2966CE
Complementary color
Monochromatic Colors of #2966CE
Black with #2966CE
Text Example
Text Example
White with #2966CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2966CE; }
p { color: rgb(41,102,206); }
H1.HeaderClassName
{
color: #2966CE;
}
.AnyTagClassName
{
color: #2966CE;
}
</style>
background-color css
<style>
a { background-color: #2966CE; }
a { background-color: rgb(41,102,206); }
div.DivClassName
{
background-color: #2966CE;
}
.BgClassName
{
background-color: #2966CE;
}
</style>
border-color css
<style>
span { border-color: #2966CE; }
span { border-color: rgb(41,102,206); }
td.TdClassName
{
border-color: #2966CE;
}
.TagClassName
{
border-color: #2966CE;
}
</style>