Shades of Cerulean Blue #295FC6
Tints of Cerulean Blue #295FC6
RGB
CMYK
RGB Variations
Color information
#295FC6 (or 0x295FC6) is known color: Cerulean Blue. HEX triplet: 29, 5F and C6. RGB value is (41,95,198). Sum of RGB (Red+Green+Blue) = 41+95+198=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #295FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FC6 is #D6A039. Grayscale: #5A5A5A. Windows color (decimal): -14065722 or 13000489. OLE color: 13000489.
HSL color Cylindrical-coordinate representation of color #295FC6: hue angle of 219.36º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #295FC6 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 95 | 198 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.22 |
| HSL | 219.36º | 0.66% | 0.47% | - |
| HSV(B) | 219.36º | 0.79% | 0.78% | - |
| XYZ | 15.2 | 12.73 | 55.08 | - |
| YUV | 90.6 | 188.61 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 198 | 0.79 | 0.52 | 0 | 0.22 | 219.36 | 0.66 | 0.47 |
| Hex | 29 | 5F | C6 | 4F | 34 | 0 | 16 | DB | 42 | 2F |
| Octal | 51 | 137 | 306 | 117 | 64 | 0 | 26 | 333 | 102 | 57 |
| Binary | 101001 | 1011111 | 11000110 | 1001111 | 110100 | 0 | 10110 | 11011011 | 1000010 | 101111 |
Color Harmonies of #295FC6
Complementary color
Monochromatic Colors of #295FC6
Black with #295FC6
Text Example
Text Example
White with #295FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FC6; }
p { color: rgb(41,95,198); }
H1.HeaderClassName
{
color: #295FC6;
}
.AnyTagClassName
{
color: #295FC6;
}
</style>
background-color css
<style>
a { background-color: #295FC6; }
a { background-color: rgb(41,95,198); }
div.DivClassName
{
background-color: #295FC6;
}
.BgClassName
{
background-color: #295FC6;
}
</style>
border-color css
<style>
span { border-color: #295FC6; }
span { border-color: rgb(41,95,198); }
td.TdClassName
{
border-color: #295FC6;
}
.TagClassName
{
border-color: #295FC6;
}
</style>