Shades of Cerulean Blue #295FBE
Tints of Cerulean Blue #295FBE
RGB
CMYK
RGB Variations
Color information
#295FBE (or 0x295FBE) is known color: Cerulean Blue. HEX triplet: 29, 5F and BE. RGB value is (41,95,190). Sum of RGB (Red+Green+Blue) = 41+95+190=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #295FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FBE is #D6A041. Grayscale: #595959. Windows color (decimal): -14065730 or 12476201. OLE color: 12476201.
HSL color Cylindrical-coordinate representation of color #295FBE: hue angle of 218.26º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295FBE is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 95 | 190 | - |
| CMYK | 0.78 | 0.5 | 0 | 0.25 |
| HSL | 218.26º | 0.65% | 0.45% | - |
| HSV(B) | 218.26º | 0.78% | 0.75% | - |
| XYZ | 14.3 | 12.37 | 50.35 | - |
| YUV | 89.68 | 184.61 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 190 | 0.78 | 0.5 | 0 | 0.25 | 218.26 | 0.65 | 0.45 |
| Hex | 29 | 5F | BE | 4E | 32 | 0 | 19 | DA | 41 | 2D |
| Octal | 51 | 137 | 276 | 116 | 62 | 0 | 31 | 332 | 101 | 55 |
| Binary | 101001 | 1011111 | 10111110 | 1001110 | 110010 | 0 | 11001 | 11011010 | 1000001 | 101101 |
Color Harmonies of #295FBE
Complementary color
Monochromatic Colors of #295FBE
Black with #295FBE
Text Example
Text Example
White with #295FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FBE; }
p { color: rgb(41,95,190); }
H1.HeaderClassName
{
color: #295FBE;
}
.AnyTagClassName
{
color: #295FBE;
}
</style>
background-color css
<style>
a { background-color: #295FBE; }
a { background-color: rgb(41,95,190); }
div.DivClassName
{
background-color: #295FBE;
}
.BgClassName
{
background-color: #295FBE;
}
</style>
border-color css
<style>
span { border-color: #295FBE; }
span { border-color: rgb(41,95,190); }
td.TdClassName
{
border-color: #295FBE;
}
.TagClassName
{
border-color: #295FBE;
}
</style>