Shades of Cerulean Blue #2256BC
Tints of Cerulean Blue #2256BC
RGB
CMYK
RGB Variations
Color information
#2256BC (or 0x2256BC) is known color: Cerulean Blue. HEX triplet: 22, 56 and BC. RGB value is (34,86,188). Sum of RGB (Red+Green+Blue) = 34+86+188=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #2256BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2256BC is #DDA943. Grayscale: #515151. Windows color (decimal): -14526788 or 12342818. OLE color: 12342818.
HSL color Cylindrical-coordinate representation of color #2256BC: hue angle of 219.74º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2256BC is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 86 | 188 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.26 |
| HSL | 219.74º | 0.69% | 0.44% | - |
| HSV(B) | 219.74º | 0.82% | 0.74% | - |
| XYZ | 13.06 | 10.63 | 48.94 | - |
| YUV | 82.08 | 187.77 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 188 | 0.82 | 0.54 | 0 | 0.26 | 219.74 | 0.69 | 0.44 |
| Hex | 22 | 56 | BC | 52 | 36 | 0 | 1A | DC | 45 | 2C |
| Octal | 42 | 126 | 274 | 122 | 66 | 0 | 32 | 334 | 105 | 54 |
| Binary | 100010 | 1010110 | 10111100 | 1010010 | 110110 | 0 | 11010 | 11011100 | 1000101 | 101100 |
Color Harmonies of #2256BC
Complementary color
Monochromatic Colors of #2256BC
Black with #2256BC
Text Example
Text Example
White with #2256BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2256BC; }
p { color: rgb(34,86,188); }
H1.HeaderClassName
{
color: #2256BC;
}
.AnyTagClassName
{
color: #2256BC;
}
</style>
background-color css
<style>
a { background-color: #2256BC; }
a { background-color: rgb(34,86,188); }
div.DivClassName
{
background-color: #2256BC;
}
.BgClassName
{
background-color: #2256BC;
}
</style>
border-color css
<style>
span { border-color: #2256BC; }
span { border-color: rgb(34,86,188); }
td.TdClassName
{
border-color: #2256BC;
}
.TagClassName
{
border-color: #2256BC;
}
</style>