Shades of Cerulean Blue #2351AB
Tints of Cerulean Blue #2351AB
RGB
CMYK
RGB Variations
Color information
#2351AB (or 0x2351AB) is known color: Cerulean Blue. HEX triplet: 23, 51 and AB. RGB value is (35,81,171). Sum of RGB (Red+Green+Blue) = 35+81+171=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #2351AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2351AB is #DCAE54. Grayscale: #4D4D4D. Windows color (decimal): -14462549 or 11227427. OLE color: 11227427.
HSL color Cylindrical-coordinate representation of color #2351AB: hue angle of 219.71º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2351AB is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 81 | 171 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.33 |
| HSL | 219.71º | 0.66% | 0.4% | - |
| HSV(B) | 219.71º | 0.8% | 0.67% | - |
| XYZ | 10.99 | 9.18 | 39.72 | - |
| YUV | 77.51 | 180.76 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 171 | 0.80 | 0.53 | 0 | 0.33 | 219.71 | 0.66 | 0.4 |
| Hex | 23 | 51 | AB | 50 | 35 | 0 | 21 | DC | 42 | 28 |
| Octal | 43 | 121 | 253 | 120 | 65 | 0 | 41 | 334 | 102 | 50 |
| Binary | 100011 | 1010001 | 10101011 | 1010000 | 110101 | 0 | 100001 | 11011100 | 1000010 | 101000 |
Color Harmonies of #2351AB
Complementary color
Monochromatic Colors of #2351AB
Black with #2351AB
Text Example
Text Example
White with #2351AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2351AB; }
p { color: rgb(35,81,171); }
H1.HeaderClassName
{
color: #2351AB;
}
.AnyTagClassName
{
color: #2351AB;
}
</style>
background-color css
<style>
a { background-color: #2351AB; }
a { background-color: rgb(35,81,171); }
div.DivClassName
{
background-color: #2351AB;
}
.BgClassName
{
background-color: #2351AB;
}
</style>
border-color css
<style>
span { border-color: #2351AB; }
span { border-color: rgb(35,81,171); }
td.TdClassName
{
border-color: #2351AB;
}
.TagClassName
{
border-color: #2351AB;
}
</style>