Shades of Cerulean Blue #2359B1
Tints of Cerulean Blue #2359B1
RGB
CMYK
RGB Variations
Color information
#2359B1 (or 0x2359B1) is known color: Cerulean Blue. HEX triplet: 23, 59 and B1. RGB value is (35,89,177). Sum of RGB (Red+Green+Blue) = 35+89+177=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 177 (69.53% from 255 or 58.80% from 301); Max value from RGB is 177 - color contains mainly: blue. Hex color #2359B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2359B1 is #DCA64E. Grayscale: #525252. Windows color (decimal): -14460495 or 11622691. OLE color: 11622691.
HSL color Cylindrical-coordinate representation of color #2359B1: hue angle of 217.18º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2359B1 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 89 | 177 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.31 |
| HSL | 217.18º | 0.67% | 0.42% | - |
| HSV(B) | 217.18º | 0.8% | 0.69% | - |
| XYZ | 12.2 | 10.68 | 43.01 | - |
| YUV | 82.89 | 181.11 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 177 | 0.80 | 0.50 | 0 | 0.31 | 217.18 | 0.67 | 0.42 |
| Hex | 23 | 59 | B1 | 50 | 32 | 0 | 1F | D9 | 43 | 2A |
| Octal | 43 | 131 | 261 | 120 | 62 | 0 | 37 | 331 | 103 | 52 |
| Binary | 100011 | 1011001 | 10110001 | 1010000 | 110010 | 0 | 11111 | 11011001 | 1000011 | 101010 |
Color Harmonies of #2359B1
Complementary color
Monochromatic Colors of #2359B1
Black with #2359B1
Text Example
Text Example
White with #2359B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2359B1; }
p { color: rgb(35,89,177); }
H1.HeaderClassName
{
color: #2359B1;
}
.AnyTagClassName
{
color: #2359B1;
}
</style>
background-color css
<style>
a { background-color: #2359B1; }
a { background-color: rgb(35,89,177); }
div.DivClassName
{
background-color: #2359B1;
}
.BgClassName
{
background-color: #2359B1;
}
</style>
border-color css
<style>
span { border-color: #2359B1; }
span { border-color: rgb(35,89,177); }
td.TdClassName
{
border-color: #2359B1;
}
.TagClassName
{
border-color: #2359B1;
}
</style>