Shades of Cerulean Blue #295DB5
Tints of Cerulean Blue #295DB5
RGB
CMYK
RGB Variations
Color information
#295DB5 (or 0x295DB5) is known color: Cerulean Blue. HEX triplet: 29, 5D and B5. RGB value is (41,93,181). Sum of RGB (Red+Green+Blue) = 41+93+181=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #295DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DB5 is #D6A24A. Grayscale: #575757. Windows color (decimal): -14066251 or 11885865. OLE color: 11885865.
HSL color Cylindrical-coordinate representation of color #295DB5: hue angle of 217.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295DB5 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 93 | 181 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.29 |
| HSL | 217.71º | 0.63% | 0.44% | - |
| HSV(B) | 217.71º | 0.77% | 0.71% | - |
| XYZ | 13.17 | 11.64 | 45.27 | - |
| YUV | 87.48 | 180.77 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 181 | 0.77 | 0.49 | 0 | 0.29 | 217.71 | 0.63 | 0.44 |
| Hex | 29 | 5D | B5 | 4D | 31 | 0 | 1D | DA | 3F | 2C |
| Octal | 51 | 135 | 265 | 115 | 61 | 0 | 35 | 332 | 77 | 54 |
| Binary | 101001 | 1011101 | 10110101 | 1001101 | 110001 | 0 | 11101 | 11011010 | 111111 | 101100 |
Color Harmonies of #295DB5
Complementary color
Monochromatic Colors of #295DB5
Black with #295DB5
Text Example
Text Example
White with #295DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DB5; }
p { color: rgb(41,93,181); }
H1.HeaderClassName
{
color: #295DB5;
}
.AnyTagClassName
{
color: #295DB5;
}
</style>
background-color css
<style>
a { background-color: #295DB5; }
a { background-color: rgb(41,93,181); }
div.DivClassName
{
background-color: #295DB5;
}
.BgClassName
{
background-color: #295DB5;
}
</style>
border-color css
<style>
span { border-color: #295DB5; }
span { border-color: rgb(41,93,181); }
td.TdClassName
{
border-color: #295DB5;
}
.TagClassName
{
border-color: #295DB5;
}
</style>