Shades of Cerulean Blue #295FBB
Tints of Cerulean Blue #295FBB
RGB
CMYK
RGB Variations
Color information
#295FBB (or 0x295FBB) is known color: Cerulean Blue. HEX triplet: 29, 5F and BB. RGB value is (41,95,187). Sum of RGB (Red+Green+Blue) = 41+95+187=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #295FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FBB is #D6A044. Grayscale: #585858. Windows color (decimal): -14065733 or 12279593. OLE color: 12279593.
HSL color Cylindrical-coordinate representation of color #295FBB: hue angle of 217.81º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295FBB is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 95 | 187 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.27 |
| HSL | 217.81º | 0.64% | 0.45% | - |
| HSV(B) | 217.81º | 0.78% | 0.73% | - |
| XYZ | 13.98 | 12.24 | 48.64 | - |
| YUV | 89.34 | 183.11 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 187 | 0.78 | 0.49 | 0 | 0.27 | 217.81 | 0.64 | 0.45 |
| Hex | 29 | 5F | BB | 4E | 31 | 0 | 1B | DA | 40 | 2D |
| Octal | 51 | 137 | 273 | 116 | 61 | 0 | 33 | 332 | 100 | 55 |
| Binary | 101001 | 1011111 | 10111011 | 1001110 | 110001 | 0 | 11011 | 11011010 | 1000000 | 101101 |
Color Harmonies of #295FBB
Complementary color
Monochromatic Colors of #295FBB
Black with #295FBB
Text Example
Text Example
White with #295FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FBB; }
p { color: rgb(41,95,187); }
H1.HeaderClassName
{
color: #295FBB;
}
.AnyTagClassName
{
color: #295FBB;
}
</style>
background-color css
<style>
a { background-color: #295FBB; }
a { background-color: rgb(41,95,187); }
div.DivClassName
{
background-color: #295FBB;
}
.BgClassName
{
background-color: #295FBB;
}
</style>
border-color css
<style>
span { border-color: #295FBB; }
span { border-color: rgb(41,95,187); }
td.TdClassName
{
border-color: #295FBB;
}
.TagClassName
{
border-color: #295FBB;
}
</style>