Shades of Cerulean Blue #295BB8
Tints of Cerulean Blue #295BB8
RGB
CMYK
RGB Variations
Color information
#295BB8 (or 0x295BB8) is known color: Cerulean Blue. HEX triplet: 29, 5B and B8. RGB value is (41,91,184). Sum of RGB (Red+Green+Blue) = 41+91+184=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 184 (72.27% from 255 or 58.23% from 316); Max value from RGB is 184 - color contains mainly: blue. Hex color #295BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BB8 is #D6A447. Grayscale: #565656. Windows color (decimal): -14066760 or 12081961. OLE color: 12081961.
HSL color Cylindrical-coordinate representation of color #295BB8: hue angle of 219.02º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295BB8 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 91 | 184 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.28 |
| HSL | 219.02º | 0.64% | 0.44% | - |
| HSV(B) | 219.02º | 0.78% | 0.72% | - |
| XYZ | 13.31 | 11.41 | 46.85 | - |
| YUV | 86.65 | 182.94 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 184 | 0.78 | 0.51 | 0 | 0.28 | 219.02 | 0.64 | 0.44 |
| Hex | 29 | 5B | B8 | 4E | 33 | 0 | 1C | DB | 40 | 2C |
| Octal | 51 | 133 | 270 | 116 | 63 | 0 | 34 | 333 | 100 | 54 |
| Binary | 101001 | 1011011 | 10111000 | 1001110 | 110011 | 0 | 11100 | 11011011 | 1000000 | 101100 |
Color Harmonies of #295BB8
Complementary color
Monochromatic Colors of #295BB8
Black with #295BB8
Text Example
Text Example
White with #295BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BB8; }
p { color: rgb(41,91,184); }
H1.HeaderClassName
{
color: #295BB8;
}
.AnyTagClassName
{
color: #295BB8;
}
</style>
background-color css
<style>
a { background-color: #295BB8; }
a { background-color: rgb(41,91,184); }
div.DivClassName
{
background-color: #295BB8;
}
.BgClassName
{
background-color: #295BB8;
}
</style>
border-color css
<style>
span { border-color: #295BB8; }
span { border-color: rgb(41,91,184); }
td.TdClassName
{
border-color: #295BB8;
}
.TagClassName
{
border-color: #295BB8;
}
</style>