Shades of Cerulean Blue #2946CC
Tints of Cerulean Blue #2946CC
RGB
CMYK
RGB Variations
Color information
#2946CC (or 0x2946CC) is known color: Cerulean Blue. HEX triplet: 29, 46 and CC. RGB value is (41,70,204). Sum of RGB (Red+Green+Blue) = 41+70+204=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #2946CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2946CC is #D6B933. Grayscale: #4C4C4C. Windows color (decimal): -14072116 or 13387305. OLE color: 13387305.
HSL color Cylindrical-coordinate representation of color #2946CC: hue angle of 229.33º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2946CC is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 70 | 204 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.2 |
| HSL | 229.33º | 0.67% | 0.48% | - |
| HSV(B) | 229.33º | 0.8% | 0.8% | - |
| XYZ | 14 | 9.21 | 58.17 | - |
| YUV | 76.61 | 199.89 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 204 | 0.80 | 0.66 | 0 | 0.2 | 229.33 | 0.67 | 0.48 |
| Hex | 29 | 46 | CC | 50 | 42 | 0 | 14 | E5 | 43 | 30 |
| Octal | 51 | 106 | 314 | 120 | 102 | 0 | 24 | 345 | 103 | 60 |
| Binary | 101001 | 1000110 | 11001100 | 1010000 | 1000010 | 0 | 10100 | 11100101 | 1000011 | 110000 |
Color Harmonies of #2946CC
Complementary color
Monochromatic Colors of #2946CC
Black with #2946CC
Text Example
Text Example
White with #2946CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2946CC; }
p { color: rgb(41,70,204); }
H1.HeaderClassName
{
color: #2946CC;
}
.AnyTagClassName
{
color: #2946CC;
}
</style>
background-color css
<style>
a { background-color: #2946CC; }
a { background-color: rgb(41,70,204); }
div.DivClassName
{
background-color: #2946CC;
}
.BgClassName
{
background-color: #2946CC;
}
</style>
border-color css
<style>
span { border-color: #2946CC; }
span { border-color: rgb(41,70,204); }
td.TdClassName
{
border-color: #2946CC;
}
.TagClassName
{
border-color: #2946CC;
}
</style>