Shades of Cerulean Blue #295CCB
Tints of Cerulean Blue #295CCB
RGB
CMYK
RGB Variations
Color information
#295CCB (or 0x295CCB) is known color: Cerulean Blue. HEX triplet: 29, 5C and CB. RGB value is (41,92,203). Sum of RGB (Red+Green+Blue) = 41+92+203=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #295CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CCB is #D6A334. Grayscale: #585858. Windows color (decimal): -14066485 or 13327401. OLE color: 13327401.
HSL color Cylindrical-coordinate representation of color #295CCB: hue angle of 221.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295CCB is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 92 | 203 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.20 |
| HSL | 221.11º | 0.66% | 0.48% | - |
| HSV(B) | 221.11º | 0.8% | 0.8% | - |
| XYZ | 15.52 | 12.44 | 58.08 | - |
| YUV | 89.41 | 192.1 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 203 | 0.80 | 0.55 | 0 | 0.20 | 221.11 | 0.66 | 0.48 |
| Hex | 29 | 5C | CB | 50 | 37 | 0 | 14 | DD | 42 | 30 |
| Octal | 51 | 134 | 313 | 120 | 67 | 0 | 24 | 335 | 102 | 60 |
| Binary | 101001 | 1011100 | 11001011 | 1010000 | 110111 | 0 | 10100 | 11011101 | 1000010 | 110000 |
Color Harmonies of #295CCB
Complementary color
Monochromatic Colors of #295CCB
Black with #295CCB
Text Example
Text Example
White with #295CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CCB; }
p { color: rgb(41,92,203); }
H1.HeaderClassName
{
color: #295CCB;
}
.AnyTagClassName
{
color: #295CCB;
}
</style>
background-color css
<style>
a { background-color: #295CCB; }
a { background-color: rgb(41,92,203); }
div.DivClassName
{
background-color: #295CCB;
}
.BgClassName
{
background-color: #295CCB;
}
</style>
border-color css
<style>
span { border-color: #295CCB; }
span { border-color: rgb(41,92,203); }
td.TdClassName
{
border-color: #295CCB;
}
.TagClassName
{
border-color: #295CCB;
}
</style>