Shades of Cerulean Blue #2553BA
Tints of Cerulean Blue #2553BA
RGB
CMYK
RGB Variations
Color information
#2553BA (or 0x2553BA) is known color: Cerulean Blue. HEX triplet: 25, 53 and BA. RGB value is (37,83,186). Sum of RGB (Red+Green+Blue) = 37+83+186=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #2553BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2553BA is #DAAC45. Grayscale: #505050. Windows color (decimal): -14330950 or 12210981. OLE color: 12210981.
HSL color Cylindrical-coordinate representation of color #2553BA: hue angle of 221.48º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2553BA is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 83 | 186 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.27 |
| HSL | 221.48º | 0.67% | 0.44% | - |
| HSV(B) | 221.48º | 0.8% | 0.73% | - |
| XYZ | 12.72 | 10.13 | 47.74 | - |
| YUV | 80.99 | 187.26 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 186 | 0.80 | 0.55 | 0 | 0.27 | 221.48 | 0.67 | 0.44 |
| Hex | 25 | 53 | BA | 50 | 37 | 0 | 1B | DD | 43 | 2C |
| Octal | 45 | 123 | 272 | 120 | 67 | 0 | 33 | 335 | 103 | 54 |
| Binary | 100101 | 1010011 | 10111010 | 1010000 | 110111 | 0 | 11011 | 11011101 | 1000011 | 101100 |
Color Harmonies of #2553BA
Complementary color
Monochromatic Colors of #2553BA
Black with #2553BA
Text Example
Text Example
White with #2553BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553BA; }
p { color: rgb(37,83,186); }
H1.HeaderClassName
{
color: #2553BA;
}
.AnyTagClassName
{
color: #2553BA;
}
</style>
background-color css
<style>
a { background-color: #2553BA; }
a { background-color: rgb(37,83,186); }
div.DivClassName
{
background-color: #2553BA;
}
.BgClassName
{
background-color: #2553BA;
}
</style>
border-color css
<style>
span { border-color: #2553BA; }
span { border-color: rgb(37,83,186); }
td.TdClassName
{
border-color: #2553BA;
}
.TagClassName
{
border-color: #2553BA;
}
</style>