Shades of Cerulean Blue #2852A4
Tints of Cerulean Blue #2852A4
RGB
CMYK
RGB Variations
Color information
#2852A4 (or 0x2852A4) is known color: Cerulean Blue. HEX triplet: 28, 52 and A4. RGB value is (40,82,164). Sum of RGB (Red+Green+Blue) = 40+82+164=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #2852A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2852A4 is #D7AD5B. Grayscale: #4E4E4E. Windows color (decimal): -14134620 or 10768936. OLE color: 10768936.
HSL color Cylindrical-coordinate representation of color #2852A4: hue angle of 219.68º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2852A4 is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 82 | 164 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.36 |
| HSL | 219.68º | 0.61% | 0.4% | - |
| HSV(B) | 219.68º | 0.76% | 0.64% | - |
| XYZ | 10.59 | 9.17 | 36.33 | - |
| YUV | 78.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 164 | 0.76 | 0.5 | 0 | 0.36 | 219.68 | 0.61 | 0.4 |
| Hex | 28 | 52 | A4 | 4C | 32 | 0 | 24 | DC | 3D | 28 |
| Octal | 50 | 122 | 244 | 114 | 62 | 0 | 44 | 334 | 75 | 50 |
| Binary | 101000 | 1010010 | 10100100 | 1001100 | 110010 | 0 | 100100 | 11011100 | 111101 | 101000 |
Color Harmonies of #2852A4
Complementary color
Monochromatic Colors of #2852A4
Black with #2852A4
Text Example
Text Example
White with #2852A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2852A4; }
p { color: rgb(40,82,164); }
H1.HeaderClassName
{
color: #2852A4;
}
.AnyTagClassName
{
color: #2852A4;
}
</style>
background-color css
<style>
a { background-color: #2852A4; }
a { background-color: rgb(40,82,164); }
div.DivClassName
{
background-color: #2852A4;
}
.BgClassName
{
background-color: #2852A4;
}
</style>
border-color css
<style>
span { border-color: #2852A4; }
span { border-color: rgb(40,82,164); }
td.TdClassName
{
border-color: #2852A4;
}
.TagClassName
{
border-color: #2852A4;
}
</style>