Shades of Cerulean Blue #2356AD
Tints of Cerulean Blue #2356AD
RGB
CMYK
RGB Variations
Color information
#2356AD (or 0x2356AD) is known color: Cerulean Blue. HEX triplet: 23, 56 and AD. RGB value is (35,86,173). Sum of RGB (Red+Green+Blue) = 35+86+173=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #2356AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2356AD is #DCA952. Grayscale: #505050. Windows color (decimal): -14461267 or 11359779. OLE color: 11359779.
HSL color Cylindrical-coordinate representation of color #2356AD: hue angle of 217.83º 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 #2356AD is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 86 | 173 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.32 |
| HSL | 217.83º | 0.66% | 0.41% | - |
| HSV(B) | 217.83º | 0.8% | 0.68% | - |
| XYZ | 11.56 | 10.03 | 40.86 | - |
| YUV | 80.67 | 180.1 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 86 | 173 | 0.80 | 0.50 | 0 | 0.32 | 217.83 | 0.66 | 0.41 |
| Hex | 23 | 56 | AD | 50 | 32 | 0 | 20 | DA | 42 | 29 |
| Octal | 43 | 126 | 255 | 120 | 62 | 0 | 40 | 332 | 102 | 51 |
| Binary | 100011 | 1010110 | 10101101 | 1010000 | 110010 | 0 | 100000 | 11011010 | 1000010 | 101001 |
Color Harmonies of #2356AD
Complementary color
Monochromatic Colors of #2356AD
Black with #2356AD
Text Example
Text Example
White with #2356AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2356AD; }
p { color: rgb(35,86,173); }
H1.HeaderClassName
{
color: #2356AD;
}
.AnyTagClassName
{
color: #2356AD;
}
</style>
background-color css
<style>
a { background-color: #2356AD; }
a { background-color: rgb(35,86,173); }
div.DivClassName
{
background-color: #2356AD;
}
.BgClassName
{
background-color: #2356AD;
}
</style>
border-color css
<style>
span { border-color: #2356AD; }
span { border-color: rgb(35,86,173); }
td.TdClassName
{
border-color: #2356AD;
}
.TagClassName
{
border-color: #2356AD;
}
</style>