Shades of Cerulean Blue #295AB3
Tints of Cerulean Blue #295AB3
RGB
CMYK
RGB Variations
Color information
#295AB3 (or 0x295AB3) is known color: Cerulean Blue. HEX triplet: 29, 5A and B3. RGB value is (41,90,179). Sum of RGB (Red+Green+Blue) = 41+90+179=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #295AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295AB3 is #D6A54C. Grayscale: #555555. Windows color (decimal): -14067021 or 11754025. OLE color: 11754025.
HSL color Cylindrical-coordinate representation of color #295AB3: hue angle of 218.7º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295AB3 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 90 | 179 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.30 |
| HSL | 218.7º | 0.63% | 0.43% | - |
| HSV(B) | 218.7º | 0.77% | 0.7% | - |
| XYZ | 12.71 | 11.04 | 44.11 | - |
| YUV | 85.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 179 | 0.77 | 0.50 | 0 | 0.30 | 218.7 | 0.63 | 0.43 |
| Hex | 29 | 5A | B3 | 4D | 32 | 0 | 1E | DB | 3F | 2B |
| Octal | 51 | 132 | 263 | 115 | 62 | 0 | 36 | 333 | 77 | 53 |
| Binary | 101001 | 1011010 | 10110011 | 1001101 | 110010 | 0 | 11110 | 11011011 | 111111 | 101011 |
Color Harmonies of #295AB3
Complementary color
Monochromatic Colors of #295AB3
Black with #295AB3
Text Example
Text Example
White with #295AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295AB3; }
p { color: rgb(41,90,179); }
H1.HeaderClassName
{
color: #295AB3;
}
.AnyTagClassName
{
color: #295AB3;
}
</style>
background-color css
<style>
a { background-color: #295AB3; }
a { background-color: rgb(41,90,179); }
div.DivClassName
{
background-color: #295AB3;
}
.BgClassName
{
background-color: #295AB3;
}
</style>
border-color css
<style>
span { border-color: #295AB3; }
span { border-color: rgb(41,90,179); }
td.TdClassName
{
border-color: #295AB3;
}
.TagClassName
{
border-color: #295AB3;
}
</style>