Shades of Cerulean Blue #2350AE
Tints of Cerulean Blue #2350AE
RGB
CMYK
RGB Variations
Color information
#2350AE (or 0x2350AE) is known color: Cerulean Blue. HEX triplet: 23, 50 and AE. RGB value is (35,80,174). Sum of RGB (Red+Green+Blue) = 35+80+174=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #2350AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2350AE is #DCAF51. Grayscale: #4C4C4C. Windows color (decimal): -14462802 or 11423779. OLE color: 11423779.
HSL color Cylindrical-coordinate representation of color #2350AE: hue angle of 220.58º degrees, saturation: 0.67, 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 #2350AE is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 80 | 174 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.32 |
| HSL | 220.58º | 0.67% | 0.41% | - |
| HSV(B) | 220.58º | 0.8% | 0.68% | - |
| XYZ | 11.2 | 9.15 | 41.22 | - |
| YUV | 77.26 | 182.59 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 174 | 0.80 | 0.54 | 0 | 0.32 | 220.58 | 0.67 | 0.41 |
| Hex | 23 | 50 | AE | 50 | 36 | 0 | 20 | DD | 43 | 29 |
| Octal | 43 | 120 | 256 | 120 | 66 | 0 | 40 | 335 | 103 | 51 |
| Binary | 100011 | 1010000 | 10101110 | 1010000 | 110110 | 0 | 100000 | 11011101 | 1000011 | 101001 |
Color Harmonies of #2350AE
Complementary color
Monochromatic Colors of #2350AE
Black with #2350AE
Text Example
Text Example
White with #2350AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2350AE; }
p { color: rgb(35,80,174); }
H1.HeaderClassName
{
color: #2350AE;
}
.AnyTagClassName
{
color: #2350AE;
}
</style>
background-color css
<style>
a { background-color: #2350AE; }
a { background-color: rgb(35,80,174); }
div.DivClassName
{
background-color: #2350AE;
}
.BgClassName
{
background-color: #2350AE;
}
</style>
border-color css
<style>
span { border-color: #2350AE; }
span { border-color: rgb(35,80,174); }
td.TdClassName
{
border-color: #2350AE;
}
.TagClassName
{
border-color: #2350AE;
}
</style>