Shades of Cerulean Blue #3541AC
Tints of Cerulean Blue #3541AC
RGB
CMYK
RGB Variations
Color information
#3541AC (or 0x3541AC) is known color: Cerulean Blue. HEX triplet: 35, 41 and AC. RGB value is (53,65,172). Sum of RGB (Red+Green+Blue) = 53+65+172=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #3541AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3541AC is #CABE53. Grayscale: #494949. Windows color (decimal): -13286996 or 11288885. OLE color: 11288885.
HSL color Cylindrical-coordinate representation of color #3541AC: hue angle of 233.95º 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 #3541AC is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 65 | 172 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.33 |
| HSL | 233.95º | 0.53% | 0.44% | - |
| HSV(B) | 233.95º | 0.69% | 0.67% | - |
| XYZ | 10.8 | 7.52 | 39.91 | - |
| YUV | 73.61 | 183.52 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 172 | 0.69 | 0.62 | 0 | 0.33 | 233.95 | 0.53 | 0.44 |
| Hex | 35 | 41 | AC | 45 | 3E | 0 | 21 | EA | 35 | 2C |
| Octal | 65 | 101 | 254 | 105 | 76 | 0 | 41 | 352 | 65 | 54 |
| Binary | 110101 | 1000001 | 10101100 | 1000101 | 111110 | 0 | 100001 | 11101010 | 110101 | 101100 |
Color Harmonies of #3541AC
Complementary color
Monochromatic Colors of #3541AC
Black with #3541AC
Text Example
Text Example
White with #3541AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541AC; }
p { color: rgb(53,65,172); }
H1.HeaderClassName
{
color: #3541AC;
}
.AnyTagClassName
{
color: #3541AC;
}
</style>
background-color css
<style>
a { background-color: #3541AC; }
a { background-color: rgb(53,65,172); }
div.DivClassName
{
background-color: #3541AC;
}
.BgClassName
{
background-color: #3541AC;
}
</style>
border-color css
<style>
span { border-color: #3541AC; }
span { border-color: rgb(53,65,172); }
td.TdClassName
{
border-color: #3541AC;
}
.TagClassName
{
border-color: #3541AC;
}
</style>