Shades of Cerulean Blue #2359AD
Tints of Cerulean Blue #2359AD
RGB
CMYK
RGB Variations
Color information
#2359AD (or 0x2359AD) is known color: Cerulean Blue. HEX triplet: 23, 59 and AD. RGB value is (35,89,173). Sum of RGB (Red+Green+Blue) = 35+89+173=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #2359AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2359AD is #DCA652. Grayscale: #525252. Windows color (decimal): -14460499 or 11360547. OLE color: 11360547.
HSL color Cylindrical-coordinate representation of color #2359AD: hue angle of 216.52º 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 #2359AD is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 89 | 173 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.32 |
| HSL | 216.52º | 0.66% | 0.41% | - |
| HSV(B) | 216.52º | 0.8% | 0.68% | - |
| XYZ | 11.81 | 10.52 | 40.94 | - |
| YUV | 82.43 | 179.11 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 173 | 0.80 | 0.49 | 0 | 0.32 | 216.52 | 0.66 | 0.41 |
| Hex | 23 | 59 | AD | 50 | 31 | 0 | 20 | D9 | 42 | 29 |
| Octal | 43 | 131 | 255 | 120 | 61 | 0 | 40 | 331 | 102 | 51 |
| Binary | 100011 | 1011001 | 10101101 | 1010000 | 110001 | 0 | 100000 | 11011001 | 1000010 | 101001 |
Color Harmonies of #2359AD
Complementary color
Monochromatic Colors of #2359AD
Black with #2359AD
Text Example
Text Example
White with #2359AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2359AD; }
p { color: rgb(35,89,173); }
H1.HeaderClassName
{
color: #2359AD;
}
.AnyTagClassName
{
color: #2359AD;
}
</style>
background-color css
<style>
a { background-color: #2359AD; }
a { background-color: rgb(35,89,173); }
div.DivClassName
{
background-color: #2359AD;
}
.BgClassName
{
background-color: #2359AD;
}
</style>
border-color css
<style>
span { border-color: #2359AD; }
span { border-color: rgb(35,89,173); }
td.TdClassName
{
border-color: #2359AD;
}
.TagClassName
{
border-color: #2359AD;
}
</style>