Shades of Cerulean Blue #2965CE
Tints of Cerulean Blue #2965CE
RGB
CMYK
RGB Variations
Color information
#2965CE (or 0x2965CE) is known color: Cerulean Blue. HEX triplet: 29, 65 and CE. RGB value is (41,101,206). Sum of RGB (Red+Green+Blue) = 41+101+206=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #2965CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2965CE is #D69A31. Grayscale: #5E5E5E. Windows color (decimal): -14064178 or 13526313. OLE color: 13526313.
HSL color Cylindrical-coordinate representation of color #2965CE: hue angle of 218.18º 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 #2965CE is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 101 | 206 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.19 |
| HSL | 218.18º | 0.67% | 0.48% | - |
| HSV(B) | 218.18º | 0.8% | 0.81% | - |
| XYZ | 16.71 | 14.24 | 60.26 | - |
| YUV | 95.03 | 190.62 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 206 | 0.80 | 0.51 | 0 | 0.19 | 218.18 | 0.67 | 0.48 |
| Hex | 29 | 65 | CE | 50 | 33 | 0 | 13 | DA | 43 | 30 |
| Octal | 51 | 145 | 316 | 120 | 63 | 0 | 23 | 332 | 103 | 60 |
| Binary | 101001 | 1100101 | 11001110 | 1010000 | 110011 | 0 | 10011 | 11011010 | 1000011 | 110000 |
Color Harmonies of #2965CE
Complementary color
Monochromatic Colors of #2965CE
Black with #2965CE
Text Example
Text Example
White with #2965CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2965CE; }
p { color: rgb(41,101,206); }
H1.HeaderClassName
{
color: #2965CE;
}
.AnyTagClassName
{
color: #2965CE;
}
</style>
background-color css
<style>
a { background-color: #2965CE; }
a { background-color: rgb(41,101,206); }
div.DivClassName
{
background-color: #2965CE;
}
.BgClassName
{
background-color: #2965CE;
}
</style>
border-color css
<style>
span { border-color: #2965CE; }
span { border-color: rgb(41,101,206); }
td.TdClassName
{
border-color: #2965CE;
}
.TagClassName
{
border-color: #2965CE;
}
</style>