Shades of Cerulean Blue #2350AC
Tints of Cerulean Blue #2350AC
RGB
CMYK
RGB Variations
Color information
#2350AC (or 0x2350AC) is known color: Cerulean Blue. HEX triplet: 23, 50 and AC. RGB value is (35,80,172). Sum of RGB (Red+Green+Blue) = 35+80+172=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #2350AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2350AC is #DCAF53. Grayscale: #4C4C4C. Windows color (decimal): -14462804 or 11292707. OLE color: 11292707.
HSL color Cylindrical-coordinate representation of color #2350AC: hue angle of 220.29º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2350AC is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 80 | 172 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.33 |
| HSL | 220.29º | 0.66% | 0.41% | - |
| HSV(B) | 220.29º | 0.8% | 0.67% | - |
| XYZ | 11.01 | 9.07 | 40.2 | - |
| YUV | 77.03 | 181.59 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 172 | 0.80 | 0.53 | 0 | 0.33 | 220.29 | 0.66 | 0.41 |
| Hex | 23 | 50 | AC | 50 | 35 | 0 | 21 | DC | 42 | 29 |
| Octal | 43 | 120 | 254 | 120 | 65 | 0 | 41 | 334 | 102 | 51 |
| Binary | 100011 | 1010000 | 10101100 | 1010000 | 110101 | 0 | 100001 | 11011100 | 1000010 | 101001 |
Color Harmonies of #2350AC
Complementary color
Monochromatic Colors of #2350AC
Black with #2350AC
Text Example
Text Example
White with #2350AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2350AC; }
p { color: rgb(35,80,172); }
H1.HeaderClassName
{
color: #2350AC;
}
.AnyTagClassName
{
color: #2350AC;
}
</style>
background-color css
<style>
a { background-color: #2350AC; }
a { background-color: rgb(35,80,172); }
div.DivClassName
{
background-color: #2350AC;
}
.BgClassName
{
background-color: #2350AC;
}
</style>
border-color css
<style>
span { border-color: #2350AC; }
span { border-color: rgb(35,80,172); }
td.TdClassName
{
border-color: #2350AC;
}
.TagClassName
{
border-color: #2350AC;
}
</style>