Shades of Cerulean Blue #3542AC
Tints of Cerulean Blue #3542AC
RGB
CMYK
RGB Variations
Color information
#3542AC (or 0x3542AC) is known color: Cerulean Blue. HEX triplet: 35, 42 and AC. RGB value is (53,66,172). Sum of RGB (Red+Green+Blue) = 53+66+172=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #3542AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3542AC is #CABD53. Grayscale: #494949. Windows color (decimal): -13286740 or 11289141. OLE color: 11289141.
HSL color Cylindrical-coordinate representation of color #3542AC: hue angle of 233.45º degrees, saturation: 0.53, 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 #3542AC is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 66 | 172 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.33 |
| HSL | 233.45º | 0.53% | 0.44% | - |
| HSV(B) | 233.45º | 0.69% | 0.67% | - |
| XYZ | 10.86 | 7.63 | 39.93 | - |
| YUV | 74.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 172 | 0.69 | 0.62 | 0 | 0.33 | 233.45 | 0.53 | 0.44 |
| Hex | 35 | 42 | AC | 45 | 3E | 0 | 21 | E9 | 35 | 2C |
| Octal | 65 | 102 | 254 | 105 | 76 | 0 | 41 | 351 | 65 | 54 |
| Binary | 110101 | 1000010 | 10101100 | 1000101 | 111110 | 0 | 100001 | 11101001 | 110101 | 101100 |
Color Harmonies of #3542AC
Complementary color
Monochromatic Colors of #3542AC
Black with #3542AC
Text Example
Text Example
White with #3542AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3542AC; }
p { color: rgb(53,66,172); }
H1.HeaderClassName
{
color: #3542AC;
}
.AnyTagClassName
{
color: #3542AC;
}
</style>
background-color css
<style>
a { background-color: #3542AC; }
a { background-color: rgb(53,66,172); }
div.DivClassName
{
background-color: #3542AC;
}
.BgClassName
{
background-color: #3542AC;
}
</style>
border-color css
<style>
span { border-color: #3542AC; }
span { border-color: rgb(53,66,172); }
td.TdClassName
{
border-color: #3542AC;
}
.TagClassName
{
border-color: #3542AC;
}
</style>