Shades of Cerulean Blue #2950A6
Tints of Cerulean Blue #2950A6
RGB
CMYK
RGB Variations
Color information
#2950A6 (or 0x2950A6) is known color: Cerulean Blue. HEX triplet: 29, 50 and A6. RGB value is (41,80,166). Sum of RGB (Red+Green+Blue) = 41+80+166=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 166 (65.23% from 255 or 57.84% from 287); Max value from RGB is 166 - color contains mainly: blue. Hex color #2950A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2950A6 is #D6AF59. Grayscale: #4D4D4D. Windows color (decimal): -14069594 or 10899497. OLE color: 10899497.
HSL color Cylindrical-coordinate representation of color #2950A6: hue angle of 221.28º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2950A6 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 80 | 166 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.35 |
| HSL | 221.28º | 0.6% | 0.41% | - |
| HSV(B) | 221.28º | 0.75% | 0.65% | - |
| XYZ | 10.67 | 8.96 | 37.24 | - |
| YUV | 78.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 166 | 0.75 | 0.52 | 0 | 0.35 | 221.28 | 0.6 | 0.41 |
| Hex | 29 | 50 | A6 | 4B | 34 | 0 | 23 | DD | 3C | 29 |
| Octal | 51 | 120 | 246 | 113 | 64 | 0 | 43 | 335 | 74 | 51 |
| Binary | 101001 | 1010000 | 10100110 | 1001011 | 110100 | 0 | 100011 | 11011101 | 111100 | 101001 |
Color Harmonies of #2950A6
Complementary color
Monochromatic Colors of #2950A6
Black with #2950A6
Text Example
Text Example
White with #2950A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2950A6; }
p { color: rgb(41,80,166); }
H1.HeaderClassName
{
color: #2950A6;
}
.AnyTagClassName
{
color: #2950A6;
}
</style>
background-color css
<style>
a { background-color: #2950A6; }
a { background-color: rgb(41,80,166); }
div.DivClassName
{
background-color: #2950A6;
}
.BgClassName
{
background-color: #2950A6;
}
</style>
border-color css
<style>
span { border-color: #2950A6; }
span { border-color: rgb(41,80,166); }
td.TdClassName
{
border-color: #2950A6;
}
.TagClassName
{
border-color: #2950A6;
}
</style>