Shades of Cerulean Blue #3541AB
Tints of Cerulean Blue #3541AB
RGB
CMYK
RGB Variations
Color information
#3541AB (or 0x3541AB) is known color: Cerulean Blue. HEX triplet: 35, 41 and AB. RGB value is (53,65,171). Sum of RGB (Red+Green+Blue) = 53+65+171=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #3541AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3541AB is #CABE54. Grayscale: #494949. Windows color (decimal): -13286997 or 11223349. OLE color: 11223349.
HSL color Cylindrical-coordinate representation of color #3541AB: hue angle of 233.9º 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 #3541AB is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 65 | 171 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.33 |
| HSL | 233.9º | 0.53% | 0.44% | - |
| HSV(B) | 233.9º | 0.69% | 0.67% | - |
| XYZ | 10.71 | 7.48 | 39.41 | - |
| YUV | 73.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 171 | 0.69 | 0.62 | 0 | 0.33 | 233.9 | 0.53 | 0.44 |
| Hex | 35 | 41 | AB | 45 | 3E | 0 | 21 | EA | 35 | 2C |
| Octal | 65 | 101 | 253 | 105 | 76 | 0 | 41 | 352 | 65 | 54 |
| Binary | 110101 | 1000001 | 10101011 | 1000101 | 111110 | 0 | 100001 | 11101010 | 110101 | 101100 |
Color Harmonies of #3541AB
Complementary color
Monochromatic Colors of #3541AB
Black with #3541AB
Text Example
Text Example
White with #3541AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541AB; }
p { color: rgb(53,65,171); }
H1.HeaderClassName
{
color: #3541AB;
}
.AnyTagClassName
{
color: #3541AB;
}
</style>
background-color css
<style>
a { background-color: #3541AB; }
a { background-color: rgb(53,65,171); }
div.DivClassName
{
background-color: #3541AB;
}
.BgClassName
{
background-color: #3541AB;
}
</style>
border-color css
<style>
span { border-color: #3541AB; }
span { border-color: rgb(53,65,171); }
td.TdClassName
{
border-color: #3541AB;
}
.TagClassName
{
border-color: #3541AB;
}
</style>