Shades of Cerulean Blue #2351AD
Tints of Cerulean Blue #2351AD
RGB
CMYK
RGB Variations
Color information
#2351AD (or 0x2351AD) is known color: Cerulean Blue. HEX triplet: 23, 51 and AD. RGB value is (35,81,173). Sum of RGB (Red+Green+Blue) = 35+81+173=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #2351AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2351AD is #DCAE52. Grayscale: #4D4D4D. Windows color (decimal): -14462547 or 11358499. OLE color: 11358499.
HSL color Cylindrical-coordinate representation of color #2351AD: hue angle of 220º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2351AD is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 81 | 173 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.32 |
| HSL | 220º | 0.66% | 0.41% | - |
| HSV(B) | 220º | 0.8% | 0.68% | - |
| XYZ | 11.18 | 9.26 | 40.73 | - |
| YUV | 77.73 | 181.76 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 173 | 0.80 | 0.53 | 0 | 0.32 | 220 | 0.66 | 0.41 |
| Hex | 23 | 51 | AD | 50 | 35 | 0 | 20 | DC | 42 | 29 |
| Octal | 43 | 121 | 255 | 120 | 65 | 0 | 40 | 334 | 102 | 51 |
| Binary | 100011 | 1010001 | 10101101 | 1010000 | 110101 | 0 | 100000 | 11011100 | 1000010 | 101001 |
Color Harmonies of #2351AD
Complementary color
Monochromatic Colors of #2351AD
Black with #2351AD
Text Example
Text Example
White with #2351AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2351AD; }
p { color: rgb(35,81,173); }
H1.HeaderClassName
{
color: #2351AD;
}
.AnyTagClassName
{
color: #2351AD;
}
</style>
background-color css
<style>
a { background-color: #2351AD; }
a { background-color: rgb(35,81,173); }
div.DivClassName
{
background-color: #2351AD;
}
.BgClassName
{
background-color: #2351AD;
}
</style>
border-color css
<style>
span { border-color: #2351AD; }
span { border-color: rgb(35,81,173); }
td.TdClassName
{
border-color: #2351AD;
}
.TagClassName
{
border-color: #2351AD;
}
</style>