Shades of Cerulean Blue #255AAC
Tints of Cerulean Blue #255AAC
RGB
CMYK
RGB Variations
Color information
#255AAC (or 0x255AAC) is known color: Cerulean Blue. HEX triplet: 25, 5A and AC. RGB value is (37,90,172). Sum of RGB (Red+Green+Blue) = 37+90+172=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #255AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255AAC is #DAA553. Grayscale: #535353. Windows color (decimal): -14329172 or 11295269. OLE color: 11295269.
HSL color Cylindrical-coordinate representation of color #255AAC: hue angle of 216.44º 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 #255AAC is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 90 | 172 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.33 |
| HSL | 216.44º | 0.65% | 0.41% | - |
| HSV(B) | 216.44º | 0.78% | 0.67% | - |
| XYZ | 11.87 | 10.68 | 40.47 | - |
| YUV | 83.5 | 177.94 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 172 | 0.78 | 0.48 | 0 | 0.33 | 216.44 | 0.65 | 0.41 |
| Hex | 25 | 5A | AC | 4E | 30 | 0 | 21 | D8 | 41 | 29 |
| Octal | 45 | 132 | 254 | 116 | 60 | 0 | 41 | 330 | 101 | 51 |
| Binary | 100101 | 1011010 | 10101100 | 1001110 | 110000 | 0 | 100001 | 11011000 | 1000001 | 101001 |
Color Harmonies of #255AAC
Complementary color
Monochromatic Colors of #255AAC
Black with #255AAC
Text Example
Text Example
White with #255AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AAC; }
p { color: rgb(37,90,172); }
H1.HeaderClassName
{
color: #255AAC;
}
.AnyTagClassName
{
color: #255AAC;
}
</style>
background-color css
<style>
a { background-color: #255AAC; }
a { background-color: rgb(37,90,172); }
div.DivClassName
{
background-color: #255AAC;
}
.BgClassName
{
background-color: #255AAC;
}
</style>
border-color css
<style>
span { border-color: #255AAC; }
span { border-color: rgb(37,90,172); }
td.TdClassName
{
border-color: #255AAC;
}
.TagClassName
{
border-color: #255AAC;
}
</style>