Shades of Cerulean Blue #3541AD
Tints of Cerulean Blue #3541AD
RGB
CMYK
RGB Variations
Color information
#3541AD (or 0x3541AD) is known color: Cerulean Blue. HEX triplet: 35, 41 and AD. RGB value is (53,65,173). Sum of RGB (Red+Green+Blue) = 53+65+173=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #3541AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3541AD is #CABE52. Grayscale: #494949. Windows color (decimal): -13286995 or 11354421. OLE color: 11354421.
HSL color Cylindrical-coordinate representation of color #3541AD: hue angle of 234º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3541AD is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 65 | 173 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.32 |
| HSL | 234º | 0.53% | 0.44% | - |
| HSV(B) | 234º | 0.69% | 0.68% | - |
| XYZ | 10.9 | 7.55 | 40.42 | - |
| YUV | 73.72 | 184.02 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 173 | 0.69 | 0.62 | 0 | 0.32 | 234 | 0.53 | 0.44 |
| Hex | 35 | 41 | AD | 45 | 3E | 0 | 20 | EA | 35 | 2C |
| Octal | 65 | 101 | 255 | 105 | 76 | 0 | 40 | 352 | 65 | 54 |
| Binary | 110101 | 1000001 | 10101101 | 1000101 | 111110 | 0 | 100000 | 11101010 | 110101 | 101100 |
Color Harmonies of #3541AD
Complementary color
Monochromatic Colors of #3541AD
Black with #3541AD
Text Example
Text Example
White with #3541AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541AD; }
p { color: rgb(53,65,173); }
H1.HeaderClassName
{
color: #3541AD;
}
.AnyTagClassName
{
color: #3541AD;
}
</style>
background-color css
<style>
a { background-color: #3541AD; }
a { background-color: rgb(53,65,173); }
div.DivClassName
{
background-color: #3541AD;
}
.BgClassName
{
background-color: #3541AD;
}
</style>
border-color css
<style>
span { border-color: #3541AD; }
span { border-color: rgb(53,65,173); }
td.TdClassName
{
border-color: #3541AD;
}
.TagClassName
{
border-color: #3541AD;
}
</style>