Shades of Cerulean Blue #295BCC
Tints of Cerulean Blue #295BCC
RGB
CMYK
RGB Variations
Color information
#295BCC (or 0x295BCC) is known color: Cerulean Blue. HEX triplet: 29, 5B and CC. RGB value is (41,91,204). Sum of RGB (Red+Green+Blue) = 41+91+204=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #295BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BCC is #D6A433. Grayscale: #585858. Windows color (decimal): -14066740 or 13392681. OLE color: 13392681.
HSL color Cylindrical-coordinate representation of color #295BCC: hue angle of 221.6º 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 #295BCC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 91 | 204 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.2 |
| HSL | 221.6º | 0.67% | 0.48% | - |
| HSV(B) | 221.6º | 0.8% | 0.8% | - |
| XYZ | 15.55 | 12.31 | 58.68 | - |
| YUV | 88.93 | 192.94 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 204 | 0.80 | 0.55 | 0 | 0.2 | 221.6 | 0.67 | 0.48 |
| Hex | 29 | 5B | CC | 50 | 37 | 0 | 14 | DE | 43 | 30 |
| Octal | 51 | 133 | 314 | 120 | 67 | 0 | 24 | 336 | 103 | 60 |
| Binary | 101001 | 1011011 | 11001100 | 1010000 | 110111 | 0 | 10100 | 11011110 | 1000011 | 110000 |
Color Harmonies of #295BCC
Complementary color
Monochromatic Colors of #295BCC
Black with #295BCC
Text Example
Text Example
White with #295BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BCC; }
p { color: rgb(41,91,204); }
H1.HeaderClassName
{
color: #295BCC;
}
.AnyTagClassName
{
color: #295BCC;
}
</style>
background-color css
<style>
a { background-color: #295BCC; }
a { background-color: rgb(41,91,204); }
div.DivClassName
{
background-color: #295BCC;
}
.BgClassName
{
background-color: #295BCC;
}
</style>
border-color css
<style>
span { border-color: #295BCC; }
span { border-color: rgb(41,91,204); }
td.TdClassName
{
border-color: #295BCC;
}
.TagClassName
{
border-color: #295BCC;
}
</style>