Shades of Cerulean Blue #2954CE
Tints of Cerulean Blue #2954CE
RGB
CMYK
RGB Variations
Color information
#2954CE (or 0x2954CE) is known color: Cerulean Blue. HEX triplet: 29, 54 and CE. RGB value is (41,84,206). Sum of RGB (Red+Green+Blue) = 41+84+206=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #2954CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954CE is #D6AB31. Grayscale: #545454. Windows color (decimal): -14068530 or 13521961. OLE color: 13521961.
HSL color Cylindrical-coordinate representation of color #2954CE: hue angle of 224.36º 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 #2954CE is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 84 | 206 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.19 |
| HSL | 224.36º | 0.67% | 0.48% | - |
| HSV(B) | 224.36º | 0.8% | 0.81% | - |
| XYZ | 15.23 | 11.27 | 59.77 | - |
| YUV | 85.05 | 196.25 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 206 | 0.80 | 0.59 | 0 | 0.19 | 224.36 | 0.67 | 0.48 |
| Hex | 29 | 54 | CE | 50 | 3B | 0 | 13 | E0 | 43 | 30 |
| Octal | 51 | 124 | 316 | 120 | 73 | 0 | 23 | 340 | 103 | 60 |
| Binary | 101001 | 1010100 | 11001110 | 1010000 | 111011 | 0 | 10011 | 11100000 | 1000011 | 110000 |
Color Harmonies of #2954CE
Complementary color
Monochromatic Colors of #2954CE
Black with #2954CE
Text Example
Text Example
White with #2954CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2954CE; }
p { color: rgb(41,84,206); }
H1.HeaderClassName
{
color: #2954CE;
}
.AnyTagClassName
{
color: #2954CE;
}
</style>
background-color css
<style>
a { background-color: #2954CE; }
a { background-color: rgb(41,84,206); }
div.DivClassName
{
background-color: #2954CE;
}
.BgClassName
{
background-color: #2954CE;
}
</style>
border-color css
<style>
span { border-color: #2954CE; }
span { border-color: rgb(41,84,206); }
td.TdClassName
{
border-color: #2954CE;
}
.TagClassName
{
border-color: #2954CE;
}
</style>