Shades of Cerulean Blue #2553AC
Tints of Cerulean Blue #2553AC
RGB
CMYK
RGB Variations
Color information
#2553AC (or 0x2553AC) is known color: Cerulean Blue. HEX triplet: 25, 53 and AC. RGB value is (37,83,172). Sum of RGB (Red+Green+Blue) = 37+83+172=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #2553AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2553AC is #DAAC53. Grayscale: #4E4E4E. Windows color (decimal): -14330964 or 11293477. OLE color: 11293477.
HSL color Cylindrical-coordinate representation of color #2553AC: hue angle of 219.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2553AC is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 83 | 172 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.33 |
| HSL | 219.56º | 0.65% | 0.41% | - |
| HSV(B) | 219.56º | 0.78% | 0.67% | - |
| XYZ | 11.3 | 9.56 | 40.28 | - |
| YUV | 79.39 | 180.26 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 172 | 0.78 | 0.52 | 0 | 0.33 | 219.56 | 0.65 | 0.41 |
| Hex | 25 | 53 | AC | 4E | 34 | 0 | 21 | DC | 41 | 29 |
| Octal | 45 | 123 | 254 | 116 | 64 | 0 | 41 | 334 | 101 | 51 |
| Binary | 100101 | 1010011 | 10101100 | 1001110 | 110100 | 0 | 100001 | 11011100 | 1000001 | 101001 |
Color Harmonies of #2553AC
Complementary color
Monochromatic Colors of #2553AC
Black with #2553AC
Text Example
Text Example
White with #2553AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553AC; }
p { color: rgb(37,83,172); }
H1.HeaderClassName
{
color: #2553AC;
}
.AnyTagClassName
{
color: #2553AC;
}
</style>
background-color css
<style>
a { background-color: #2553AC; }
a { background-color: rgb(37,83,172); }
div.DivClassName
{
background-color: #2553AC;
}
.BgClassName
{
background-color: #2553AC;
}
</style>
border-color css
<style>
span { border-color: #2553AC; }
span { border-color: rgb(37,83,172); }
td.TdClassName
{
border-color: #2553AC;
}
.TagClassName
{
border-color: #2553AC;
}
</style>