Shades of Cerulean Blue #295CCA
Tints of Cerulean Blue #295CCA
RGB
CMYK
RGB Variations
Color information
#295CCA (or 0x295CCA) is known color: Cerulean Blue. HEX triplet: 29, 5C and CA. RGB value is (41,92,202). Sum of RGB (Red+Green+Blue) = 41+92+202=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #295CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CCA is #D6A335. Grayscale: #585858. Windows color (decimal): -14066486 or 13261865. OLE color: 13261865.
HSL color Cylindrical-coordinate representation of color #295CCA: hue angle of 220.99º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295CCA is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 92 | 202 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.21 |
| HSL | 220.99º | 0.66% | 0.48% | - |
| HSV(B) | 220.99º | 0.8% | 0.79% | - |
| XYZ | 15.4 | 12.39 | 57.46 | - |
| YUV | 89.29 | 191.6 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 202 | 0.80 | 0.54 | 0 | 0.21 | 220.99 | 0.66 | 0.48 |
| Hex | 29 | 5C | CA | 50 | 36 | 0 | 15 | DD | 42 | 30 |
| Octal | 51 | 134 | 312 | 120 | 66 | 0 | 25 | 335 | 102 | 60 |
| Binary | 101001 | 1011100 | 11001010 | 1010000 | 110110 | 0 | 10101 | 11011101 | 1000010 | 110000 |
Color Harmonies of #295CCA
Complementary color
Monochromatic Colors of #295CCA
Black with #295CCA
Text Example
Text Example
White with #295CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CCA; }
p { color: rgb(41,92,202); }
H1.HeaderClassName
{
color: #295CCA;
}
.AnyTagClassName
{
color: #295CCA;
}
</style>
background-color css
<style>
a { background-color: #295CCA; }
a { background-color: rgb(41,92,202); }
div.DivClassName
{
background-color: #295CCA;
}
.BgClassName
{
background-color: #295CCA;
}
</style>
border-color css
<style>
span { border-color: #295CCA; }
span { border-color: rgb(41,92,202); }
td.TdClassName
{
border-color: #295CCA;
}
.TagClassName
{
border-color: #295CCA;
}
</style>