Shades of Cerulean Blue #2852C1
Tints of Cerulean Blue #2852C1
RGB
CMYK
RGB Variations
Color information
#2852C1 (or 0x2852C1) is known color: Cerulean Blue. HEX triplet: 28, 52 and C1. RGB value is (40,82,193). Sum of RGB (Red+Green+Blue) = 40+82+193=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 193 (75.78% from 255 or 61.27% from 315); Max value from RGB is 193 - color contains mainly: blue. Hex color #2852C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852C1 is #D7AD3E. Grayscale: #515151. Windows color (decimal): -14134591 or 12669480. OLE color: 12669480.
HSL color Cylindrical-coordinate representation of color #2852C1: hue angle of 223.53º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2852C1 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 82 | 193 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.24 |
| HSL | 223.53º | 0.66% | 0.46% | - |
| HSV(B) | 223.53º | 0.79% | 0.76% | - |
| XYZ | 13.52 | 10.34 | 51.73 | - |
| YUV | 82.1 | 190.59 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 193 | 0.79 | 0.58 | 0 | 0.24 | 223.53 | 0.66 | 0.46 |
| Hex | 28 | 52 | C1 | 4F | 3A | 0 | 18 | E0 | 42 | 2E |
| Octal | 50 | 122 | 301 | 117 | 72 | 0 | 30 | 340 | 102 | 56 |
| Binary | 101000 | 1010010 | 11000001 | 1001111 | 111010 | 0 | 11000 | 11100000 | 1000010 | 101110 |
Color Harmonies of #2852C1
Complementary color
Monochromatic Colors of #2852C1
Black with #2852C1
Text Example
Text Example
White with #2852C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852C1; }
p { color: rgb(40,82,193); }
H1.HeaderClassName
{
color: #2852C1;
}
.AnyTagClassName
{
color: #2852C1;
}
</style>
background-color css
<style>
a { background-color: #2852C1; }
a { background-color: rgb(40,82,193); }
div.DivClassName
{
background-color: #2852C1;
}
.BgClassName
{
background-color: #2852C1;
}
</style>
border-color css
<style>
span { border-color: #2852C1; }
span { border-color: rgb(40,82,193); }
td.TdClassName
{
border-color: #2852C1;
}
.TagClassName
{
border-color: #2852C1;
}
</style>