Shades of Cerulean Blue #2358AB
Tints of Cerulean Blue #2358AB
RGB
CMYK
RGB Variations
Color information
#2358AB (or 0x2358AB) is known color: Cerulean Blue. HEX triplet: 23, 58 and AB. RGB value is (35,88,171). Sum of RGB (Red+Green+Blue) = 35+88+171=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #2358AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2358AB is #DCA754. Grayscale: #515151. Windows color (decimal): -14460757 or 11229219. OLE color: 11229219.
HSL color Cylindrical-coordinate representation of color #2358AB: hue angle of 216.62º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2358AB is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 88 | 171 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.33 |
| HSL | 216.62º | 0.66% | 0.4% | - |
| HSV(B) | 216.62º | 0.8% | 0.67% | - |
| XYZ | 11.53 | 10.28 | 39.9 | - |
| YUV | 81.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 171 | 0.80 | 0.49 | 0 | 0.33 | 216.62 | 0.66 | 0.4 |
| Hex | 23 | 58 | AB | 50 | 31 | 0 | 21 | D9 | 42 | 28 |
| Octal | 43 | 130 | 253 | 120 | 61 | 0 | 41 | 331 | 102 | 50 |
| Binary | 100011 | 1011000 | 10101011 | 1010000 | 110001 | 0 | 100001 | 11011001 | 1000010 | 101000 |
Color Harmonies of #2358AB
Complementary color
Monochromatic Colors of #2358AB
Black with #2358AB
Text Example
Text Example
White with #2358AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2358AB; }
p { color: rgb(35,88,171); }
H1.HeaderClassName
{
color: #2358AB;
}
.AnyTagClassName
{
color: #2358AB;
}
</style>
background-color css
<style>
a { background-color: #2358AB; }
a { background-color: rgb(35,88,171); }
div.DivClassName
{
background-color: #2358AB;
}
.BgClassName
{
background-color: #2358AB;
}
</style>
border-color css
<style>
span { border-color: #2358AB; }
span { border-color: rgb(35,88,171); }
td.TdClassName
{
border-color: #2358AB;
}
.TagClassName
{
border-color: #2358AB;
}
</style>