Shades of Cerulean Blue #3543BA
Tints of Cerulean Blue #3543BA
RGB
CMYK
RGB Variations
Color information
#3543BA (or 0x3543BA) is known color: Cerulean Blue. HEX triplet: 35, 43 and BA. RGB value is (53,67,186). Sum of RGB (Red+Green+Blue) = 53+67+186=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #3543BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3543BA is #CABC45. Grayscale: #4B4B4B. Windows color (decimal): -13286470 or 12206901. OLE color: 12206901.
HSL color Cylindrical-coordinate representation of color #3543BA: hue angle of 233.68º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3543BA is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 67 | 186 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.27 |
| HSL | 233.68º | 0.56% | 0.47% | - |
| HSV(B) | 233.68º | 0.72% | 0.73% | - |
| XYZ | 12.34 | 8.32 | 47.41 | - |
| YUV | 76.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 186 | 0.72 | 0.64 | 0 | 0.27 | 233.68 | 0.56 | 0.47 |
| Hex | 35 | 43 | BA | 48 | 40 | 0 | 1B | EA | 38 | 2F |
| Octal | 65 | 103 | 272 | 110 | 100 | 0 | 33 | 352 | 70 | 57 |
| Binary | 110101 | 1000011 | 10111010 | 1001000 | 1000000 | 0 | 11011 | 11101010 | 111000 | 101111 |
Color Harmonies of #3543BA
Complementary color
Monochromatic Colors of #3543BA
Black with #3543BA
Text Example
Text Example
White with #3543BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3543BA; }
p { color: rgb(53,67,186); }
H1.HeaderClassName
{
color: #3543BA;
}
.AnyTagClassName
{
color: #3543BA;
}
</style>
background-color css
<style>
a { background-color: #3543BA; }
a { background-color: rgb(53,67,186); }
div.DivClassName
{
background-color: #3543BA;
}
.BgClassName
{
background-color: #3543BA;
}
</style>
border-color css
<style>
span { border-color: #3543BA; }
span { border-color: rgb(53,67,186); }
td.TdClassName
{
border-color: #3543BA;
}
.TagClassName
{
border-color: #3543BA;
}
</style>