Shades of Cerulean Blue #2352D2
Tints of Cerulean Blue #2352D2
RGB
CMYK
RGB Variations
Color information
#2352D2 (or 0x2352D2) is known color: Cerulean Blue. HEX triplet: 23, 52 and D2. RGB value is (35,82,210). Sum of RGB (Red+Green+Blue) = 35+82+210=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 210 (82.42% from 255 or 64.22% from 327); Max value from RGB is 210 - color contains mainly: blue. Hex color #2352D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2352D2 is #DCAD2D. Grayscale: #515151. Windows color (decimal): -14462254 or 13783587. OLE color: 13783587.
HSL color Cylindrical-coordinate representation of color #2352D2: hue angle of 223.89º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2352D2 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 82 | 210 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.18 |
| HSL | 223.89º | 0.71% | 0.48% | - |
| HSV(B) | 223.89º | 0.83% | 0.82% | - |
| XYZ | 15.34 | 11.05 | 62.3 | - |
| YUV | 82.54 | 199.93 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 210 | 0.83 | 0.61 | 0 | 0.18 | 223.89 | 0.71 | 0.48 |
| Hex | 23 | 52 | D2 | 53 | 3D | 0 | 12 | E0 | 47 | 30 |
| Octal | 43 | 122 | 322 | 123 | 75 | 0 | 22 | 340 | 107 | 60 |
| Binary | 100011 | 1010010 | 11010010 | 1010011 | 111101 | 0 | 10010 | 11100000 | 1000111 | 110000 |
Color Harmonies of #2352D2
Complementary color
Monochromatic Colors of #2352D2
Black with #2352D2
Text Example
Text Example
White with #2352D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2352D2; }
p { color: rgb(35,82,210); }
H1.HeaderClassName
{
color: #2352D2;
}
.AnyTagClassName
{
color: #2352D2;
}
</style>
background-color css
<style>
a { background-color: #2352D2; }
a { background-color: rgb(35,82,210); }
div.DivClassName
{
background-color: #2352D2;
}
.BgClassName
{
background-color: #2352D2;
}
</style>
border-color css
<style>
span { border-color: #2352D2; }
span { border-color: rgb(35,82,210); }
td.TdClassName
{
border-color: #2352D2;
}
.TagClassName
{
border-color: #2352D2;
}
</style>