Shades of Cerulean Blue #295DB4
Tints of Cerulean Blue #295DB4
RGB
CMYK
RGB Variations
Color information
#295DB4 (or 0x295DB4) is known color: Cerulean Blue. HEX triplet: 29, 5D and B4. RGB value is (41,93,180). Sum of RGB (Red+Green+Blue) = 41+93+180=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #295DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DB4 is #D6A24B. Grayscale: #565656. Windows color (decimal): -14066252 or 11820329. OLE color: 11820329.
HSL color Cylindrical-coordinate representation of color #295DB4: hue angle of 217.55º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295DB4 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 93 | 180 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.29 |
| HSL | 217.55º | 0.63% | 0.43% | - |
| HSV(B) | 217.55º | 0.77% | 0.71% | - |
| XYZ | 13.07 | 11.6 | 44.73 | - |
| YUV | 87.37 | 180.27 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 180 | 0.77 | 0.48 | 0 | 0.29 | 217.55 | 0.63 | 0.43 |
| Hex | 29 | 5D | B4 | 4D | 30 | 0 | 1D | DA | 3F | 2B |
| Octal | 51 | 135 | 264 | 115 | 60 | 0 | 35 | 332 | 77 | 53 |
| Binary | 101001 | 1011101 | 10110100 | 1001101 | 110000 | 0 | 11101 | 11011010 | 111111 | 101011 |
Color Harmonies of #295DB4
Complementary color
Monochromatic Colors of #295DB4
Black with #295DB4
Text Example
Text Example
White with #295DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DB4; }
p { color: rgb(41,93,180); }
H1.HeaderClassName
{
color: #295DB4;
}
.AnyTagClassName
{
color: #295DB4;
}
</style>
background-color css
<style>
a { background-color: #295DB4; }
a { background-color: rgb(41,93,180); }
div.DivClassName
{
background-color: #295DB4;
}
.BgClassName
{
background-color: #295DB4;
}
</style>
border-color css
<style>
span { border-color: #295DB4; }
span { border-color: rgb(41,93,180); }
td.TdClassName
{
border-color: #295DB4;
}
.TagClassName
{
border-color: #295DB4;
}
</style>