Shades of Cerulean Blue #295AB6
Tints of Cerulean Blue #295AB6
RGB
CMYK
RGB Variations
Color information
#295AB6 (or 0x295AB6) is known color: Cerulean Blue. HEX triplet: 29, 5A and B6. RGB value is (41,90,182). Sum of RGB (Red+Green+Blue) = 41+90+182=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #295AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295AB6 is #D6A549. Grayscale: #555555. Windows color (decimal): -14067018 or 11950633. OLE color: 11950633.
HSL color Cylindrical-coordinate representation of color #295AB6: hue angle of 219.15º 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 #295AB6 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 90 | 182 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.29 |
| HSL | 219.15º | 0.63% | 0.44% | - |
| HSV(B) | 219.15º | 0.77% | 0.71% | - |
| XYZ | 13.01 | 11.16 | 45.72 | - |
| YUV | 85.84 | 182.27 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 182 | 0.77 | 0.51 | 0 | 0.29 | 219.15 | 0.63 | 0.44 |
| Hex | 29 | 5A | B6 | 4D | 33 | 0 | 1D | DB | 3F | 2C |
| Octal | 51 | 132 | 266 | 115 | 63 | 0 | 35 | 333 | 77 | 54 |
| Binary | 101001 | 1011010 | 10110110 | 1001101 | 110011 | 0 | 11101 | 11011011 | 111111 | 101100 |
Color Harmonies of #295AB6
Complementary color
Monochromatic Colors of #295AB6
Black with #295AB6
Text Example
Text Example
White with #295AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295AB6; }
p { color: rgb(41,90,182); }
H1.HeaderClassName
{
color: #295AB6;
}
.AnyTagClassName
{
color: #295AB6;
}
</style>
background-color css
<style>
a { background-color: #295AB6; }
a { background-color: rgb(41,90,182); }
div.DivClassName
{
background-color: #295AB6;
}
.BgClassName
{
background-color: #295AB6;
}
</style>
border-color css
<style>
span { border-color: #295AB6; }
span { border-color: rgb(41,90,182); }
td.TdClassName
{
border-color: #295AB6;
}
.TagClassName
{
border-color: #295AB6;
}
</style>