Shades of Cerulean Blue #2256B4
Tints of Cerulean Blue #2256B4
RGB
CMYK
RGB Variations
Color information
#2256B4 (or 0x2256B4) is known color: Cerulean Blue. HEX triplet: 22, 56 and B4. RGB value is (34,86,180). Sum of RGB (Red+Green+Blue) = 34+86+180=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #2256B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2256B4 is #DDA94B. Grayscale: #505050. Windows color (decimal): -14526796 or 11818530. OLE color: 11818530.
HSL color Cylindrical-coordinate representation of color #2256B4: hue angle of 218.63º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2256B4 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 86 | 180 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.29 |
| HSL | 218.63º | 0.68% | 0.42% | - |
| HSV(B) | 218.63º | 0.81% | 0.71% | - |
| XYZ | 12.23 | 10.29 | 44.52 | - |
| YUV | 81.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 180 | 0.81 | 0.52 | 0 | 0.29 | 218.63 | 0.68 | 0.42 |
| Hex | 22 | 56 | B4 | 51 | 34 | 0 | 1D | DB | 44 | 2A |
| Octal | 42 | 126 | 264 | 121 | 64 | 0 | 35 | 333 | 104 | 52 |
| Binary | 100010 | 1010110 | 10110100 | 1010001 | 110100 | 0 | 11101 | 11011011 | 1000100 | 101010 |
Color Harmonies of #2256B4
Complementary color
Monochromatic Colors of #2256B4
Black with #2256B4
Text Example
Text Example
White with #2256B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2256B4; }
p { color: rgb(34,86,180); }
H1.HeaderClassName
{
color: #2256B4;
}
.AnyTagClassName
{
color: #2256B4;
}
</style>
background-color css
<style>
a { background-color: #2256B4; }
a { background-color: rgb(34,86,180); }
div.DivClassName
{
background-color: #2256B4;
}
.BgClassName
{
background-color: #2256B4;
}
</style>
border-color css
<style>
span { border-color: #2256B4; }
span { border-color: rgb(34,86,180); }
td.TdClassName
{
border-color: #2256B4;
}
.TagClassName
{
border-color: #2256B4;
}
</style>