Shades of Cerulean Blue #2152C2
Tints of Cerulean Blue #2152C2
RGB
CMYK
RGB Variations
Color information
#2152C2 (or 0x2152C2) is known color: Cerulean Blue. HEX triplet: 21, 52 and C2. RGB value is (33,82,194). Sum of RGB (Red+Green+Blue) = 33+82+194=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 194 (76.17% from 255 or 62.78% from 309); Max value from RGB is 194 - color contains mainly: blue. Hex color #2152C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152C2 is #DEAD3D. Grayscale: #4F4F4F. Windows color (decimal): -14593342 or 12735009. OLE color: 12735009.
HSL color Cylindrical-coordinate representation of color #2152C2: hue angle of 221.74º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2152C2 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 82 | 194 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.24 |
| HSL | 221.74º | 0.71% | 0.45% | - |
| HSV(B) | 221.74º | 0.83% | 0.76% | - |
| XYZ | 13.38 | 10.25 | 52.31 | - |
| YUV | 80.12 | 192.27 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 194 | 0.83 | 0.58 | 0 | 0.24 | 221.74 | 0.71 | 0.45 |
| Hex | 21 | 52 | C2 | 53 | 3A | 0 | 18 | DE | 47 | 2D |
| Octal | 41 | 122 | 302 | 123 | 72 | 0 | 30 | 336 | 107 | 55 |
| Binary | 100001 | 1010010 | 11000010 | 1010011 | 111010 | 0 | 11000 | 11011110 | 1000111 | 101101 |
Color Harmonies of #2152C2
Complementary color
Monochromatic Colors of #2152C2
Black with #2152C2
Text Example
Text Example
White with #2152C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152C2; }
p { color: rgb(33,82,194); }
H1.HeaderClassName
{
color: #2152C2;
}
.AnyTagClassName
{
color: #2152C2;
}
</style>
background-color css
<style>
a { background-color: #2152C2; }
a { background-color: rgb(33,82,194); }
div.DivClassName
{
background-color: #2152C2;
}
.BgClassName
{
background-color: #2152C2;
}
</style>
border-color css
<style>
span { border-color: #2152C2; }
span { border-color: rgb(33,82,194); }
td.TdClassName
{
border-color: #2152C2;
}
.TagClassName
{
border-color: #2152C2;
}
</style>