Shades of Cerulean Blue #295ABD
Tints of Cerulean Blue #295ABD
RGB
CMYK
RGB Variations
Color information
#295ABD (or 0x295ABD) is known color: Cerulean Blue. HEX triplet: 29, 5A and BD. RGB value is (41,90,189). Sum of RGB (Red+Green+Blue) = 41+90+189=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #295ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ABD is #D6A542. Grayscale: #565656. Windows color (decimal): -14067011 or 12409385. OLE color: 12409385.
HSL color Cylindrical-coordinate representation of color #295ABD: hue angle of 220.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295ABD is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 90 | 189 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.26 |
| HSL | 220.14º | 0.64% | 0.45% | - |
| HSV(B) | 220.14º | 0.78% | 0.74% | - |
| XYZ | 13.76 | 11.46 | 49.63 | - |
| YUV | 86.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 189 | 0.78 | 0.52 | 0 | 0.26 | 220.14 | 0.64 | 0.45 |
| Hex | 29 | 5A | BD | 4E | 34 | 0 | 1A | DC | 40 | 2D |
| Octal | 51 | 132 | 275 | 116 | 64 | 0 | 32 | 334 | 100 | 55 |
| Binary | 101001 | 1011010 | 10111101 | 1001110 | 110100 | 0 | 11010 | 11011100 | 1000000 | 101101 |
Color Harmonies of #295ABD
Complementary color
Monochromatic Colors of #295ABD
Black with #295ABD
Text Example
Text Example
White with #295ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295ABD; }
p { color: rgb(41,90,189); }
H1.HeaderClassName
{
color: #295ABD;
}
.AnyTagClassName
{
color: #295ABD;
}
</style>
background-color css
<style>
a { background-color: #295ABD; }
a { background-color: rgb(41,90,189); }
div.DivClassName
{
background-color: #295ABD;
}
.BgClassName
{
background-color: #295ABD;
}
</style>
border-color css
<style>
span { border-color: #295ABD; }
span { border-color: rgb(41,90,189); }
td.TdClassName
{
border-color: #295ABD;
}
.TagClassName
{
border-color: #295ABD;
}
</style>