Shades of Cerulean Blue #295BBC
Tints of Cerulean Blue #295BBC
RGB
CMYK
RGB Variations
Color information
#295BBC (or 0x295BBC) is known color: Cerulean Blue. HEX triplet: 29, 5B and BC. RGB value is (41,91,188). Sum of RGB (Red+Green+Blue) = 41+91+188=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #295BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BBC is #D6A443. Grayscale: #565656. Windows color (decimal): -14066756 or 12344105. OLE color: 12344105.
HSL color Cylindrical-coordinate representation of color #295BBC: hue angle of 219.59º 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 #295BBC is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 91 | 188 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.26 |
| HSL | 219.59º | 0.64% | 0.45% | - |
| HSV(B) | 219.59º | 0.78% | 0.74% | - |
| XYZ | 13.73 | 11.58 | 49.09 | - |
| YUV | 87.11 | 184.94 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 188 | 0.78 | 0.52 | 0 | 0.26 | 219.59 | 0.64 | 0.45 |
| Hex | 29 | 5B | BC | 4E | 34 | 0 | 1A | DC | 40 | 2D |
| Octal | 51 | 133 | 274 | 116 | 64 | 0 | 32 | 334 | 100 | 55 |
| Binary | 101001 | 1011011 | 10111100 | 1001110 | 110100 | 0 | 11010 | 11011100 | 1000000 | 101101 |
Color Harmonies of #295BBC
Complementary color
Monochromatic Colors of #295BBC
Black with #295BBC
Text Example
Text Example
White with #295BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BBC; }
p { color: rgb(41,91,188); }
H1.HeaderClassName
{
color: #295BBC;
}
.AnyTagClassName
{
color: #295BBC;
}
</style>
background-color css
<style>
a { background-color: #295BBC; }
a { background-color: rgb(41,91,188); }
div.DivClassName
{
background-color: #295BBC;
}
.BgClassName
{
background-color: #295BBC;
}
</style>
border-color css
<style>
span { border-color: #295BBC; }
span { border-color: rgb(41,91,188); }
td.TdClassName
{
border-color: #295BBC;
}
.TagClassName
{
border-color: #295BBC;
}
</style>