Shades of Cerulean Blue #2950CC
Tints of Cerulean Blue #2950CC
RGB
CMYK
RGB Variations
Color information
#2950CC (or 0x2950CC) is known color: Cerulean Blue. HEX triplet: 29, 50 and CC. RGB value is (41,80,204). Sum of RGB (Red+Green+Blue) = 41+80+204=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #2950CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2950CC is #D6AF33. Grayscale: #515151. Windows color (decimal): -14069556 or 13389865. OLE color: 13389865.
HSL color Cylindrical-coordinate representation of color #2950CC: hue angle of 225.64º 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 #2950CC is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 80 | 204 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.2 |
| HSL | 225.64º | 0.67% | 0.48% | - |
| HSV(B) | 225.64º | 0.8% | 0.8% | - |
| XYZ | 14.68 | 10.57 | 58.39 | - |
| YUV | 82.48 | 196.58 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 204 | 0.80 | 0.61 | 0 | 0.2 | 225.64 | 0.67 | 0.48 |
| Hex | 29 | 50 | CC | 50 | 3D | 0 | 14 | E2 | 43 | 30 |
| Octal | 51 | 120 | 314 | 120 | 75 | 0 | 24 | 342 | 103 | 60 |
| Binary | 101001 | 1010000 | 11001100 | 1010000 | 111101 | 0 | 10100 | 11100010 | 1000011 | 110000 |
Color Harmonies of #2950CC
Complementary color
Monochromatic Colors of #2950CC
Black with #2950CC
Text Example
Text Example
White with #2950CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2950CC; }
p { color: rgb(41,80,204); }
H1.HeaderClassName
{
color: #2950CC;
}
.AnyTagClassName
{
color: #2950CC;
}
</style>
background-color css
<style>
a { background-color: #2950CC; }
a { background-color: rgb(41,80,204); }
div.DivClassName
{
background-color: #2950CC;
}
.BgClassName
{
background-color: #2950CC;
}
</style>
border-color css
<style>
span { border-color: #2950CC; }
span { border-color: rgb(41,80,204); }
td.TdClassName
{
border-color: #2950CC;
}
.TagClassName
{
border-color: #2950CC;
}
</style>