Shades of Cerulean Blue #3547BD
Tints of Cerulean Blue #3547BD
RGB
CMYK
RGB Variations
Color information
#3547BD (or 0x3547BD) is known color: Cerulean Blue. HEX triplet: 35, 47 and BD. RGB value is (53,71,189). Sum of RGB (Red+Green+Blue) = 53+71+189=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #3547BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3547BD is #CAB842. Grayscale: #4E4E4E. Windows color (decimal): -13285443 or 12404533. OLE color: 12404533.
HSL color Cylindrical-coordinate representation of color #3547BD: hue angle of 232.06º 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 #3547BD is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 71 | 189 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.26 |
| HSL | 232.06º | 0.56% | 0.47% | - |
| HSV(B) | 232.06º | 0.72% | 0.74% | - |
| XYZ | 12.91 | 8.94 | 49.19 | - |
| YUV | 79.07 | 190.04 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 189 | 0.72 | 0.62 | 0 | 0.26 | 232.06 | 0.56 | 0.47 |
| Hex | 35 | 47 | BD | 48 | 3E | 0 | 1A | E8 | 38 | 2F |
| Octal | 65 | 107 | 275 | 110 | 76 | 0 | 32 | 350 | 70 | 57 |
| Binary | 110101 | 1000111 | 10111101 | 1001000 | 111110 | 0 | 11010 | 11101000 | 111000 | 101111 |
Color Harmonies of #3547BD
Complementary color
Monochromatic Colors of #3547BD
Black with #3547BD
Text Example
Text Example
White with #3547BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3547BD; }
p { color: rgb(53,71,189); }
H1.HeaderClassName
{
color: #3547BD;
}
.AnyTagClassName
{
color: #3547BD;
}
</style>
background-color css
<style>
a { background-color: #3547BD; }
a { background-color: rgb(53,71,189); }
div.DivClassName
{
background-color: #3547BD;
}
.BgClassName
{
background-color: #3547BD;
}
</style>
border-color css
<style>
span { border-color: #3547BD; }
span { border-color: rgb(53,71,189); }
td.TdClassName
{
border-color: #3547BD;
}
.TagClassName
{
border-color: #3547BD;
}
</style>