Shades of Cerulean Blue #295CCC
Tints of Cerulean Blue #295CCC
RGB
CMYK
RGB Variations
Color information
#295CCC (or 0x295CCC) is known color: Cerulean Blue. HEX triplet: 29, 5C and CC. RGB value is (41,92,204). Sum of RGB (Red+Green+Blue) = 41+92+204=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #295CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CCC is #D6A333. Grayscale: #595959. Windows color (decimal): -14066484 or 13392937. OLE color: 13392937.
HSL color Cylindrical-coordinate representation of color #295CCC: hue angle of 221.23º 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 #295CCC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 92 | 204 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.2 |
| HSL | 221.23º | 0.67% | 0.48% | - |
| HSV(B) | 221.23º | 0.8% | 0.8% | - |
| XYZ | 15.64 | 12.49 | 58.71 | - |
| YUV | 89.52 | 192.6 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 204 | 0.80 | 0.55 | 0 | 0.2 | 221.23 | 0.67 | 0.48 |
| Hex | 29 | 5C | CC | 50 | 37 | 0 | 14 | DD | 43 | 30 |
| Octal | 51 | 134 | 314 | 120 | 67 | 0 | 24 | 335 | 103 | 60 |
| Binary | 101001 | 1011100 | 11001100 | 1010000 | 110111 | 0 | 10100 | 11011101 | 1000011 | 110000 |
Color Harmonies of #295CCC
Complementary color
Monochromatic Colors of #295CCC
Black with #295CCC
Text Example
Text Example
White with #295CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CCC; }
p { color: rgb(41,92,204); }
H1.HeaderClassName
{
color: #295CCC;
}
.AnyTagClassName
{
color: #295CCC;
}
</style>
background-color css
<style>
a { background-color: #295CCC; }
a { background-color: rgb(41,92,204); }
div.DivClassName
{
background-color: #295CCC;
}
.BgClassName
{
background-color: #295CCC;
}
</style>
border-color css
<style>
span { border-color: #295CCC; }
span { border-color: rgb(41,92,204); }
td.TdClassName
{
border-color: #295CCC;
}
.TagClassName
{
border-color: #295CCC;
}
</style>