Shades of Cerulean Blue #3542AA
Tints of Cerulean Blue #3542AA
RGB
CMYK
RGB Variations
Color information
#3542AA (or 0x3542AA) is known color: Cerulean Blue. HEX triplet: 35, 42 and AA. RGB value is (53,66,170). Sum of RGB (Red+Green+Blue) = 53+66+170=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #3542AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3542AA is #CABD55. Grayscale: #494949. Windows color (decimal): -13286742 or 11158069. OLE color: 11158069.
HSL color Cylindrical-coordinate representation of color #3542AA: hue angle of 233.33º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3542AA is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 66 | 170 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.33 |
| HSL | 233.33º | 0.52% | 0.44% | - |
| HSV(B) | 233.33º | 0.69% | 0.67% | - |
| XYZ | 10.67 | 7.56 | 38.93 | - |
| YUV | 73.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 170 | 0.69 | 0.61 | 0 | 0.33 | 233.33 | 0.52 | 0.44 |
| Hex | 35 | 42 | AA | 45 | 3D | 0 | 21 | E9 | 34 | 2C |
| Octal | 65 | 102 | 252 | 105 | 75 | 0 | 41 | 351 | 64 | 54 |
| Binary | 110101 | 1000010 | 10101010 | 1000101 | 111101 | 0 | 100001 | 11101001 | 110100 | 101100 |
Color Harmonies of #3542AA
Complementary color
Monochromatic Colors of #3542AA
Black with #3542AA
Text Example
Text Example
White with #3542AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3542AA; }
p { color: rgb(53,66,170); }
H1.HeaderClassName
{
color: #3542AA;
}
.AnyTagClassName
{
color: #3542AA;
}
</style>
background-color css
<style>
a { background-color: #3542AA; }
a { background-color: rgb(53,66,170); }
div.DivClassName
{
background-color: #3542AA;
}
.BgClassName
{
background-color: #3542AA;
}
</style>
border-color css
<style>
span { border-color: #3542AA; }
span { border-color: rgb(53,66,170); }
td.TdClassName
{
border-color: #3542AA;
}
.TagClassName
{
border-color: #3542AA;
}
</style>