Shades of Cerulean Blue #2352BA
Tints of Cerulean Blue #2352BA
RGB
CMYK
RGB Variations
Color information
#2352BA (or 0x2352BA) is known color: Cerulean Blue. HEX triplet: 23, 52 and BA. RGB value is (35,82,186). Sum of RGB (Red+Green+Blue) = 35+82+186=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #2352BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2352BA is #DCAD45. Grayscale: #4F4F4F. Windows color (decimal): -14462278 or 12210723. OLE color: 12210723.
HSL color Cylindrical-coordinate representation of color #2352BA: hue angle of 221.32º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2352BA is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 82 | 186 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.27 |
| HSL | 221.32º | 0.68% | 0.43% | - |
| HSV(B) | 221.32º | 0.81% | 0.73% | - |
| XYZ | 12.57 | 9.94 | 47.71 | - |
| YUV | 79.8 | 187.93 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 186 | 0.81 | 0.56 | 0 | 0.27 | 221.32 | 0.68 | 0.43 |
| Hex | 23 | 52 | BA | 51 | 38 | 0 | 1B | DD | 44 | 2B |
| Octal | 43 | 122 | 272 | 121 | 70 | 0 | 33 | 335 | 104 | 53 |
| Binary | 100011 | 1010010 | 10111010 | 1010001 | 111000 | 0 | 11011 | 11011101 | 1000100 | 101011 |
Color Harmonies of #2352BA
Complementary color
Monochromatic Colors of #2352BA
Black with #2352BA
Text Example
Text Example
White with #2352BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2352BA; }
p { color: rgb(35,82,186); }
H1.HeaderClassName
{
color: #2352BA;
}
.AnyTagClassName
{
color: #2352BA;
}
</style>
background-color css
<style>
a { background-color: #2352BA; }
a { background-color: rgb(35,82,186); }
div.DivClassName
{
background-color: #2352BA;
}
.BgClassName
{
background-color: #2352BA;
}
</style>
border-color css
<style>
span { border-color: #2352BA; }
span { border-color: rgb(35,82,186); }
td.TdClassName
{
border-color: #2352BA;
}
.TagClassName
{
border-color: #2352BA;
}
</style>