Shades of Cerulean Blue #2556B2
Tints of Cerulean Blue #2556B2
RGB
CMYK
RGB Variations
Color information
#2556B2 (or 0x2556B2) is known color: Cerulean Blue. HEX triplet: 25, 56 and B2. RGB value is (37,86,178). Sum of RGB (Red+Green+Blue) = 37+86+178=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 178 (69.92% from 255 or 59.14% from 301); Max value from RGB is 178 - color contains mainly: blue. Hex color #2556B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2556B2 is #DAA94D. Grayscale: #515151. Windows color (decimal): -14330190 or 11687461. OLE color: 11687461.
HSL color Cylindrical-coordinate representation of color #2556B2: hue angle of 219.15º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2556B2 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 86 | 178 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.30 |
| HSL | 219.15º | 0.66% | 0.42% | - |
| HSV(B) | 219.15º | 0.79% | 0.7% | - |
| XYZ | 12.13 | 10.26 | 43.46 | - |
| YUV | 81.84 | 182.27 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 178 | 0.79 | 0.52 | 0 | 0.30 | 219.15 | 0.66 | 0.42 |
| Hex | 25 | 56 | B2 | 4F | 34 | 0 | 1E | DB | 42 | 2A |
| Octal | 45 | 126 | 262 | 117 | 64 | 0 | 36 | 333 | 102 | 52 |
| Binary | 100101 | 1010110 | 10110010 | 1001111 | 110100 | 0 | 11110 | 11011011 | 1000010 | 101010 |
Color Harmonies of #2556B2
Complementary color
Monochromatic Colors of #2556B2
Black with #2556B2
Text Example
Text Example
White with #2556B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2556B2; }
p { color: rgb(37,86,178); }
H1.HeaderClassName
{
color: #2556B2;
}
.AnyTagClassName
{
color: #2556B2;
}
</style>
background-color css
<style>
a { background-color: #2556B2; }
a { background-color: rgb(37,86,178); }
div.DivClassName
{
background-color: #2556B2;
}
.BgClassName
{
background-color: #2556B2;
}
</style>
border-color css
<style>
span { border-color: #2556B2; }
span { border-color: rgb(37,86,178); }
td.TdClassName
{
border-color: #2556B2;
}
.TagClassName
{
border-color: #2556B2;
}
</style>