Shades of Cerulean Blue #2556BC
Tints of Cerulean Blue #2556BC
RGB
CMYK
RGB Variations
Color information
#2556BC (or 0x2556BC) is known color: Cerulean Blue. HEX triplet: 25, 56 and BC. RGB value is (37,86,188). Sum of RGB (Red+Green+Blue) = 37+86+188=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #2556BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2556BC is #DAA943. Grayscale: #525252. Windows color (decimal): -14330180 or 12342821. OLE color: 12342821.
HSL color Cylindrical-coordinate representation of color #2556BC: hue angle of 220.53º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2556BC is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 86 | 188 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.26 |
| HSL | 220.53º | 0.67% | 0.44% | - |
| HSV(B) | 220.53º | 0.8% | 0.74% | - |
| XYZ | 13.17 | 10.68 | 48.94 | - |
| YUV | 82.98 | 187.27 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 86 | 188 | 0.80 | 0.54 | 0 | 0.26 | 220.53 | 0.67 | 0.44 |
| Hex | 25 | 56 | BC | 50 | 36 | 0 | 1A | DD | 43 | 2C |
| Octal | 45 | 126 | 274 | 120 | 66 | 0 | 32 | 335 | 103 | 54 |
| Binary | 100101 | 1010110 | 10111100 | 1010000 | 110110 | 0 | 11010 | 11011101 | 1000011 | 101100 |
Color Harmonies of #2556BC
Complementary color
Monochromatic Colors of #2556BC
Black with #2556BC
Text Example
Text Example
White with #2556BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2556BC; }
p { color: rgb(37,86,188); }
H1.HeaderClassName
{
color: #2556BC;
}
.AnyTagClassName
{
color: #2556BC;
}
</style>
background-color css
<style>
a { background-color: #2556BC; }
a { background-color: rgb(37,86,188); }
div.DivClassName
{
background-color: #2556BC;
}
.BgClassName
{
background-color: #2556BC;
}
</style>
border-color css
<style>
span { border-color: #2556BC; }
span { border-color: rgb(37,86,188); }
td.TdClassName
{
border-color: #2556BC;
}
.TagClassName
{
border-color: #2556BC;
}
</style>