Shades of Cerulean Blue #2353AD
Tints of Cerulean Blue #2353AD
RGB
CMYK
RGB Variations
Color information
#2353AD (or 0x2353AD) is known color: Cerulean Blue. HEX triplet: 23, 53 and AD. RGB value is (35,83,173). Sum of RGB (Red+Green+Blue) = 35+83+173=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #2353AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2353AD is #DCAC52. Grayscale: #4E4E4E. Windows color (decimal): -14462035 or 11359011. OLE color: 11359011.
HSL color Cylindrical-coordinate representation of color #2353AD: hue angle of 219.13º 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 #2353AD is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 83 | 173 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.32 |
| HSL | 219.13º | 0.66% | 0.41% | - |
| HSV(B) | 219.13º | 0.8% | 0.68% | - |
| XYZ | 11.33 | 9.56 | 40.78 | - |
| YUV | 78.91 | 181.1 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 173 | 0.80 | 0.52 | 0 | 0.32 | 219.13 | 0.66 | 0.41 |
| Hex | 23 | 53 | AD | 50 | 34 | 0 | 20 | DB | 42 | 29 |
| Octal | 43 | 123 | 255 | 120 | 64 | 0 | 40 | 333 | 102 | 51 |
| Binary | 100011 | 1010011 | 10101101 | 1010000 | 110100 | 0 | 100000 | 11011011 | 1000010 | 101001 |
Color Harmonies of #2353AD
Complementary color
Monochromatic Colors of #2353AD
Black with #2353AD
Text Example
Text Example
White with #2353AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2353AD; }
p { color: rgb(35,83,173); }
H1.HeaderClassName
{
color: #2353AD;
}
.AnyTagClassName
{
color: #2353AD;
}
</style>
background-color css
<style>
a { background-color: #2353AD; }
a { background-color: rgb(35,83,173); }
div.DivClassName
{
background-color: #2353AD;
}
.BgClassName
{
background-color: #2353AD;
}
</style>
border-color css
<style>
span { border-color: #2353AD; }
span { border-color: rgb(35,83,173); }
td.TdClassName
{
border-color: #2353AD;
}
.TagClassName
{
border-color: #2353AD;
}
</style>