Shades of Dark Slate Blue #2F359D
Tints of Dark Slate Blue #2F359D
RGB
CMYK
RGB Variations
Color information
#2F359D (or 0x2F359D) is known color: Dark Slate Blue. HEX triplet: 2F, 35 and 9D. RGB value is (47,53,157). Sum of RGB (Red+Green+Blue) = 47+53+157=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F359D is #D0CA62. Grayscale: #3E3E3E. Windows color (decimal): -13683299 or 10302767. OLE color: 10302767.
HSL color Cylindrical-coordinate representation of color #2F359D: hue angle of 236.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F359D is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 53 | 157 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.38 |
| HSL | 236.73º | 0.54% | 0.4% | - |
| HSV(B) | 236.73º | 0.7% | 0.62% | - |
| XYZ | 8.53 | 5.58 | 32.53 | - |
| YUV | 63.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 53 | 157 | 0.70 | 0.66 | 0 | 0.38 | 236.73 | 0.54 | 0.4 |
| Hex | 2F | 35 | 9D | 46 | 42 | 0 | 26 | ED | 36 | 28 |
| Octal | 57 | 65 | 235 | 106 | 102 | 0 | 46 | 355 | 66 | 50 |
| Binary | 101111 | 110101 | 10011101 | 1000110 | 1000010 | 0 | 100110 | 11101101 | 110110 | 101000 |
Color Harmonies of #2F359D
Complementary color
Monochromatic Colors of #2F359D
Black with #2F359D
Text Example
Text Example
White with #2F359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F359D; }
p { color: rgb(47,53,157); }
H1.HeaderClassName
{
color: #2F359D;
}
.AnyTagClassName
{
color: #2F359D;
}
</style>
background-color css
<style>
a { background-color: #2F359D; }
a { background-color: rgb(47,53,157); }
div.DivClassName
{
background-color: #2F359D;
}
.BgClassName
{
background-color: #2F359D;
}
</style>
border-color css
<style>
span { border-color: #2F359D; }
span { border-color: rgb(47,53,157); }
td.TdClassName
{
border-color: #2F359D;
}
.TagClassName
{
border-color: #2F359D;
}
</style>