Shades of Cerulean Blue #3544AB
Tints of Cerulean Blue #3544AB
RGB
CMYK
RGB Variations
Color information
#3544AB (or 0x3544AB) is known color: Cerulean Blue. HEX triplet: 35, 44 and AB. RGB value is (53,68,171). Sum of RGB (Red+Green+Blue) = 53+68+171=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #3544AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3544AB is #CABB54. Grayscale: #4A4A4A. Windows color (decimal): -13286229 or 11224117. OLE color: 11224117.
HSL color Cylindrical-coordinate representation of color #3544AB: hue angle of 232.37º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3544AB is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 68 | 171 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.33 |
| HSL | 232.37º | 0.53% | 0.44% | - |
| HSV(B) | 232.37º | 0.69% | 0.67% | - |
| XYZ | 10.89 | 7.83 | 39.47 | - |
| YUV | 75.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 171 | 0.69 | 0.60 | 0 | 0.33 | 232.37 | 0.53 | 0.44 |
| Hex | 35 | 44 | AB | 45 | 3C | 0 | 21 | E8 | 35 | 2C |
| Octal | 65 | 104 | 253 | 105 | 74 | 0 | 41 | 350 | 65 | 54 |
| Binary | 110101 | 1000100 | 10101011 | 1000101 | 111100 | 0 | 100001 | 11101000 | 110101 | 101100 |
Color Harmonies of #3544AB
Complementary color
Monochromatic Colors of #3544AB
Black with #3544AB
Text Example
Text Example
White with #3544AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3544AB; }
p { color: rgb(53,68,171); }
H1.HeaderClassName
{
color: #3544AB;
}
.AnyTagClassName
{
color: #3544AB;
}
</style>
background-color css
<style>
a { background-color: #3544AB; }
a { background-color: rgb(53,68,171); }
div.DivClassName
{
background-color: #3544AB;
}
.BgClassName
{
background-color: #3544AB;
}
</style>
border-color css
<style>
span { border-color: #3544AB; }
span { border-color: rgb(53,68,171); }
td.TdClassName
{
border-color: #3544AB;
}
.TagClassName
{
border-color: #3544AB;
}
</style>