Shades of Cerulean Blue #2352DC
Tints of Cerulean Blue #2352DC
RGB
CMYK
RGB Variations
Color information
#2352DC (or 0x2352DC) is known color: Cerulean Blue. HEX triplet: 23, 52 and DC. RGB value is (35,82,220). Sum of RGB (Red+Green+Blue) = 35+82+220=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #2352DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2352DC is #DCAD23. Grayscale: #535353. Windows color (decimal): -14462244 or 14438947. OLE color: 14438947.
HSL color Cylindrical-coordinate representation of color #2352DC: hue angle of 224.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2352DC is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 82 | 220 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.14 |
| HSL | 224.76º | 0.73% | 0.5% | - |
| HSV(B) | 224.76º | 0.84% | 0.86% | - |
| XYZ | 16.63 | 11.56 | 69.06 | - |
| YUV | 83.68 | 204.93 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 220 | 0.84 | 0.63 | 0 | 0.14 | 224.76 | 0.73 | 0.5 |
| Hex | 23 | 52 | DC | 54 | 3F | 0 | E | E1 | 49 | 32 |
| Octal | 43 | 122 | 334 | 124 | 77 | 0 | 16 | 341 | 111 | 62 |
| Binary | 100011 | 1010010 | 11011100 | 1010100 | 111111 | 0 | 1110 | 11100001 | 1001001 | 110010 |
Color Harmonies of #2352DC
Complementary color
Monochromatic Colors of #2352DC
Black with #2352DC
Text Example
Text Example
White with #2352DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2352DC; }
p { color: rgb(35,82,220); }
H1.HeaderClassName
{
color: #2352DC;
}
.AnyTagClassName
{
color: #2352DC;
}
</style>
background-color css
<style>
a { background-color: #2352DC; }
a { background-color: rgb(35,82,220); }
div.DivClassName
{
background-color: #2352DC;
}
.BgClassName
{
background-color: #2352DC;
}
</style>
border-color css
<style>
span { border-color: #2352DC; }
span { border-color: rgb(35,82,220); }
td.TdClassName
{
border-color: #2352DC;
}
.TagClassName
{
border-color: #2352DC;
}
</style>