Shades of Dark Slate Blue #35249A
Tints of Dark Slate Blue #35249A
RGB
CMYK
RGB Variations
Color information
#35249A (or 0x35249A) is known color: Dark Slate Blue. HEX triplet: 35, 24 and 9A. RGB value is (53,36,154). Sum of RGB (Red+Green+Blue) = 53+36+154=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #35249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35249A is #CADB65. Grayscale: #363636. Windows color (decimal): -13294438 or 10101813. OLE color: 10101813.
HSL color Cylindrical-coordinate representation of color #35249A: hue angle of 248.64º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35249A is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 36 | 154 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.40 |
| HSL | 248.64º | 0.62% | 0.37% | - |
| HSV(B) | 248.64º | 0.77% | 0.6% | - |
| XYZ | 7.93 | 4.35 | 30.99 | - |
| YUV | 54.54 | 184.13 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 154 | 0.66 | 0.77 | 0 | 0.40 | 248.64 | 0.62 | 0.37 |
| Hex | 35 | 24 | 9A | 42 | 4D | 0 | 28 | F9 | 3E | 25 |
| Octal | 65 | 44 | 232 | 102 | 115 | 0 | 50 | 371 | 76 | 45 |
| Binary | 110101 | 100100 | 10011010 | 1000010 | 1001101 | 0 | 101000 | 11111001 | 111110 | 100101 |
Color Harmonies of #35249A
Complementary color
Monochromatic Colors of #35249A
Black with #35249A
Text Example
Text Example
White with #35249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35249A; }
p { color: rgb(53,36,154); }
H1.HeaderClassName
{
color: #35249A;
}
.AnyTagClassName
{
color: #35249A;
}
</style>
background-color css
<style>
a { background-color: #35249A; }
a { background-color: rgb(53,36,154); }
div.DivClassName
{
background-color: #35249A;
}
.BgClassName
{
background-color: #35249A;
}
</style>
border-color css
<style>
span { border-color: #35249A; }
span { border-color: rgb(53,36,154); }
td.TdClassName
{
border-color: #35249A;
}
.TagClassName
{
border-color: #35249A;
}
</style>