Shades of Cerulean Blue #295FB2
Tints of Cerulean Blue #295FB2
RGB
CMYK
RGB Variations
Color information
#295FB2 (or 0x295FB2) is known color: Cerulean Blue. HEX triplet: 29, 5F and B2. RGB value is (41,95,178). Sum of RGB (Red+Green+Blue) = 41+95+178=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #295FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295FB2 is #D6A04D. Grayscale: #575757. Windows color (decimal): -14065742 or 11689769. OLE color: 11689769.
HSL color Cylindrical-coordinate representation of color #295FB2: hue angle of 216.35º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295FB2 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 95 | 178 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.30 |
| HSL | 216.35º | 0.63% | 0.43% | - |
| HSV(B) | 216.35º | 0.77% | 0.7% | - |
| XYZ | 13.04 | 11.87 | 43.72 | - |
| YUV | 88.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 178 | 0.77 | 0.47 | 0 | 0.30 | 216.35 | 0.63 | 0.43 |
| Hex | 29 | 5F | B2 | 4D | 2F | 0 | 1E | D8 | 3F | 2B |
| Octal | 51 | 137 | 262 | 115 | 57 | 0 | 36 | 330 | 77 | 53 |
| Binary | 101001 | 1011111 | 10110010 | 1001101 | 101111 | 0 | 11110 | 11011000 | 111111 | 101011 |
Color Harmonies of #295FB2
Complementary color
Monochromatic Colors of #295FB2
Black with #295FB2
Text Example
Text Example
White with #295FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FB2; }
p { color: rgb(41,95,178); }
H1.HeaderClassName
{
color: #295FB2;
}
.AnyTagClassName
{
color: #295FB2;
}
</style>
background-color css
<style>
a { background-color: #295FB2; }
a { background-color: rgb(41,95,178); }
div.DivClassName
{
background-color: #295FB2;
}
.BgClassName
{
background-color: #295FB2;
}
</style>
border-color css
<style>
span { border-color: #295FB2; }
span { border-color: rgb(41,95,178); }
td.TdClassName
{
border-color: #295FB2;
}
.TagClassName
{
border-color: #295FB2;
}
</style>