Shades of Cerulean Blue #2352AC
Tints of Cerulean Blue #2352AC
RGB
CMYK
RGB Variations
Color information
#2352AC (or 0x2352AC) is known color: Cerulean Blue. HEX triplet: 23, 52 and AC. RGB value is (35,82,172). Sum of RGB (Red+Green+Blue) = 35+82+172=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #2352AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2352AC is #DCAD53. Grayscale: #4D4D4D. Windows color (decimal): -14462292 or 11293219. OLE color: 11293219.
HSL color Cylindrical-coordinate representation of color #2352AC: hue angle of 219.42º 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 #2352AC is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 82 | 172 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.33 |
| HSL | 219.42º | 0.66% | 0.41% | - |
| HSV(B) | 219.42º | 0.8% | 0.67% | - |
| XYZ | 11.16 | 9.37 | 40.25 | - |
| YUV | 78.21 | 180.93 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 172 | 0.80 | 0.52 | 0 | 0.33 | 219.42 | 0.66 | 0.41 |
| Hex | 23 | 52 | AC | 50 | 34 | 0 | 21 | DB | 42 | 29 |
| Octal | 43 | 122 | 254 | 120 | 64 | 0 | 41 | 333 | 102 | 51 |
| Binary | 100011 | 1010010 | 10101100 | 1010000 | 110100 | 0 | 100001 | 11011011 | 1000010 | 101001 |
Color Harmonies of #2352AC
Complementary color
Monochromatic Colors of #2352AC
Black with #2352AC
Text Example
Text Example
White with #2352AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2352AC; }
p { color: rgb(35,82,172); }
H1.HeaderClassName
{
color: #2352AC;
}
.AnyTagClassName
{
color: #2352AC;
}
</style>
background-color css
<style>
a { background-color: #2352AC; }
a { background-color: rgb(35,82,172); }
div.DivClassName
{
background-color: #2352AC;
}
.BgClassName
{
background-color: #2352AC;
}
</style>
border-color css
<style>
span { border-color: #2352AC; }
span { border-color: rgb(35,82,172); }
td.TdClassName
{
border-color: #2352AC;
}
.TagClassName
{
border-color: #2352AC;
}
</style>