Shades of Cerulean Blue #3542B9
Tints of Cerulean Blue #3542B9
RGB
CMYK
RGB Variations
Color information
#3542B9 (or 0x3542B9) is known color: Cerulean Blue. HEX triplet: 35, 42 and B9. RGB value is (53,66,185). Sum of RGB (Red+Green+Blue) = 53+66+185=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 185 (72.66% from 255 or 60.86% from 304); Max value from RGB is 185 - color contains mainly: blue. Hex color #3542B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3542B9 is #CABD46. Grayscale: #4B4B4B. Windows color (decimal): -13286727 or 12141109. OLE color: 12141109.
HSL color Cylindrical-coordinate representation of color #3542B9: hue angle of 234.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3542B9 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 66 | 185 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.27 |
| HSL | 234.09º | 0.55% | 0.47% | - |
| HSV(B) | 234.09º | 0.71% | 0.73% | - |
| XYZ | 12.17 | 8.16 | 46.83 | - |
| YUV | 75.68 | 189.69 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 185 | 0.71 | 0.64 | 0 | 0.27 | 234.09 | 0.55 | 0.47 |
| Hex | 35 | 42 | B9 | 47 | 40 | 0 | 1B | EA | 37 | 2F |
| Octal | 65 | 102 | 271 | 107 | 100 | 0 | 33 | 352 | 67 | 57 |
| Binary | 110101 | 1000010 | 10111001 | 1000111 | 1000000 | 0 | 11011 | 11101010 | 110111 | 101111 |
Color Harmonies of #3542B9
Complementary color
Monochromatic Colors of #3542B9
Black with #3542B9
Text Example
Text Example
White with #3542B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3542B9; }
p { color: rgb(53,66,185); }
H1.HeaderClassName
{
color: #3542B9;
}
.AnyTagClassName
{
color: #3542B9;
}
</style>
background-color css
<style>
a { background-color: #3542B9; }
a { background-color: rgb(53,66,185); }
div.DivClassName
{
background-color: #3542B9;
}
.BgClassName
{
background-color: #3542B9;
}
</style>
border-color css
<style>
span { border-color: #3542B9; }
span { border-color: rgb(53,66,185); }
td.TdClassName
{
border-color: #3542B9;
}
.TagClassName
{
border-color: #3542B9;
}
</style>