Shades of Cerulean Blue #2354AD
Tints of Cerulean Blue #2354AD
RGB
CMYK
RGB Variations
Color information
#2354AD (or 0x2354AD) is known color: Cerulean Blue. HEX triplet: 23, 54 and AD. RGB value is (35,84,173). Sum of RGB (Red+Green+Blue) = 35+84+173=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #2354AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2354AD is #DCAB52. Grayscale: #4F4F4F. Windows color (decimal): -14461779 or 11359267. OLE color: 11359267.
HSL color Cylindrical-coordinate representation of color #2354AD: hue angle of 218.7º 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 #2354AD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 84 | 173 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.32 |
| HSL | 218.7º | 0.66% | 0.41% | - |
| HSV(B) | 218.7º | 0.8% | 0.68% | - |
| XYZ | 11.41 | 9.72 | 40.81 | - |
| YUV | 79.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 173 | 0.80 | 0.51 | 0 | 0.32 | 218.7 | 0.66 | 0.41 |
| Hex | 23 | 54 | AD | 50 | 33 | 0 | 20 | DB | 42 | 29 |
| Octal | 43 | 124 | 255 | 120 | 63 | 0 | 40 | 333 | 102 | 51 |
| Binary | 100011 | 1010100 | 10101101 | 1010000 | 110011 | 0 | 100000 | 11011011 | 1000010 | 101001 |
Color Harmonies of #2354AD
Complementary color
Monochromatic Colors of #2354AD
Black with #2354AD
Text Example
Text Example
White with #2354AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2354AD; }
p { color: rgb(35,84,173); }
H1.HeaderClassName
{
color: #2354AD;
}
.AnyTagClassName
{
color: #2354AD;
}
</style>
background-color css
<style>
a { background-color: #2354AD; }
a { background-color: rgb(35,84,173); }
div.DivClassName
{
background-color: #2354AD;
}
.BgClassName
{
background-color: #2354AD;
}
</style>
border-color css
<style>
span { border-color: #2354AD; }
span { border-color: rgb(35,84,173); }
td.TdClassName
{
border-color: #2354AD;
}
.TagClassName
{
border-color: #2354AD;
}
</style>