Shades of Cerulean Blue #3543BD
Tints of Cerulean Blue #3543BD
RGB
CMYK
RGB Variations
Color information
#3543BD (or 0x3543BD) is known color: Cerulean Blue. HEX triplet: 35, 43 and BD. RGB value is (53,67,189). Sum of RGB (Red+Green+Blue) = 53+67+189=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #3543BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3543BD is #CABC42. Grayscale: #4C4C4C. Windows color (decimal): -13286467 or 12403509. OLE color: 12403509.
HSL color Cylindrical-coordinate representation of color #3543BD: hue angle of 233.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3543BD is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 67 | 189 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.26 |
| HSL | 233.82º | 0.56% | 0.47% | - |
| HSV(B) | 233.82º | 0.72% | 0.74% | - |
| XYZ | 12.66 | 8.45 | 49.11 | - |
| YUV | 76.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 189 | 0.72 | 0.65 | 0 | 0.26 | 233.82 | 0.56 | 0.47 |
| Hex | 35 | 43 | BD | 48 | 41 | 0 | 1A | EA | 38 | 2F |
| Octal | 65 | 103 | 275 | 110 | 101 | 0 | 32 | 352 | 70 | 57 |
| Binary | 110101 | 1000011 | 10111101 | 1001000 | 1000001 | 0 | 11010 | 11101010 | 111000 | 101111 |
Color Harmonies of #3543BD
Complementary color
Monochromatic Colors of #3543BD
Black with #3543BD
Text Example
Text Example
White with #3543BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3543BD; }
p { color: rgb(53,67,189); }
H1.HeaderClassName
{
color: #3543BD;
}
.AnyTagClassName
{
color: #3543BD;
}
</style>
background-color css
<style>
a { background-color: #3543BD; }
a { background-color: rgb(53,67,189); }
div.DivClassName
{
background-color: #3543BD;
}
.BgClassName
{
background-color: #3543BD;
}
</style>
border-color css
<style>
span { border-color: #3543BD; }
span { border-color: rgb(53,67,189); }
td.TdClassName
{
border-color: #3543BD;
}
.TagClassName
{
border-color: #3543BD;
}
</style>