Shades of Cerulean Blue #2553AF
Tints of Cerulean Blue #2553AF
RGB
CMYK
RGB Variations
Color information
#2553AF (or 0x2553AF) is known color: Cerulean Blue. HEX triplet: 25, 53 and AF. RGB value is (37,83,175). Sum of RGB (Red+Green+Blue) = 37+83+175=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #2553AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2553AF is #DAAC50. Grayscale: #4F4F4F. Windows color (decimal): -14330961 or 11490085. OLE color: 11490085.
HSL color Cylindrical-coordinate representation of color #2553AF: hue angle of 220º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2553AF is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 83 | 175 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.31 |
| HSL | 220º | 0.65% | 0.42% | - |
| HSV(B) | 220º | 0.79% | 0.69% | - |
| XYZ | 11.59 | 9.67 | 41.81 | - |
| YUV | 79.73 | 181.76 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 175 | 0.79 | 0.53 | 0 | 0.31 | 220 | 0.65 | 0.42 |
| Hex | 25 | 53 | AF | 4F | 35 | 0 | 1F | DC | 41 | 2A |
| Octal | 45 | 123 | 257 | 117 | 65 | 0 | 37 | 334 | 101 | 52 |
| Binary | 100101 | 1010011 | 10101111 | 1001111 | 110101 | 0 | 11111 | 11011100 | 1000001 | 101010 |
Color Harmonies of #2553AF
Complementary color
Monochromatic Colors of #2553AF
Black with #2553AF
Text Example
Text Example
White with #2553AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553AF; }
p { color: rgb(37,83,175); }
H1.HeaderClassName
{
color: #2553AF;
}
.AnyTagClassName
{
color: #2553AF;
}
</style>
background-color css
<style>
a { background-color: #2553AF; }
a { background-color: rgb(37,83,175); }
div.DivClassName
{
background-color: #2553AF;
}
.BgClassName
{
background-color: #2553AF;
}
</style>
border-color css
<style>
span { border-color: #2553AF; }
span { border-color: rgb(37,83,175); }
td.TdClassName
{
border-color: #2553AF;
}
.TagClassName
{
border-color: #2553AF;
}
</style>