Shades of Cerulean Blue #3543A7
Tints of Cerulean Blue #3543A7
RGB
CMYK
RGB Variations
Color information
#3543A7 (or 0x3543A7) is known color: Cerulean Blue. HEX triplet: 35, 43 and A7. RGB value is (53,67,167). Sum of RGB (Red+Green+Blue) = 53+67+167=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 167 (65.62% from 255 or 58.19% from 287); Max value from RGB is 167 - color contains mainly: blue. Hex color #3543A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3543A7 is #CABC58. Grayscale: #494949. Windows color (decimal): -13286489 or 10961717. OLE color: 10961717.
HSL color Cylindrical-coordinate representation of color #3543A7: hue angle of 232.63º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3543A7 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 67 | 167 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.35 |
| HSL | 232.63º | 0.52% | 0.43% | - |
| HSV(B) | 232.63º | 0.68% | 0.65% | - |
| XYZ | 10.45 | 7.56 | 37.47 | - |
| YUV | 74.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 167 | 0.68 | 0.60 | 0 | 0.35 | 232.63 | 0.52 | 0.43 |
| Hex | 35 | 43 | A7 | 44 | 3C | 0 | 23 | E9 | 34 | 2B |
| Octal | 65 | 103 | 247 | 104 | 74 | 0 | 43 | 351 | 64 | 53 |
| Binary | 110101 | 1000011 | 10100111 | 1000100 | 111100 | 0 | 100011 | 11101001 | 110100 | 101011 |
Color Harmonies of #3543A7
Complementary color
Monochromatic Colors of #3543A7
Black with #3543A7
Text Example
Text Example
White with #3543A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3543A7; }
p { color: rgb(53,67,167); }
H1.HeaderClassName
{
color: #3543A7;
}
.AnyTagClassName
{
color: #3543A7;
}
</style>
background-color css
<style>
a { background-color: #3543A7; }
a { background-color: rgb(53,67,167); }
div.DivClassName
{
background-color: #3543A7;
}
.BgClassName
{
background-color: #3543A7;
}
</style>
border-color css
<style>
span { border-color: #3543A7; }
span { border-color: rgb(53,67,167); }
td.TdClassName
{
border-color: #3543A7;
}
.TagClassName
{
border-color: #3543A7;
}
</style>