Shades of Dark Slate Blue #2F349D
Tints of Dark Slate Blue #2F349D
RGB
CMYK
RGB Variations
Color information
#2F349D (or 0x2F349D) is known color: Dark Slate Blue. HEX triplet: 2F, 34 and 9D. RGB value is (47,52,157). Sum of RGB (Red+Green+Blue) = 47+52+157=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F349D is #D0CB62. Grayscale: #3E3E3E. Windows color (decimal): -13683555 or 10302511. OLE color: 10302511.
HSL color Cylindrical-coordinate representation of color #2F349D: hue angle of 237.27º 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 #2F349D is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 52 | 157 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.38 |
| HSL | 237.27º | 0.54% | 0.4% | - |
| HSV(B) | 237.27º | 0.7% | 0.62% | - |
| XYZ | 8.49 | 5.49 | 32.51 | - |
| YUV | 62.48 | 181.34 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 157 | 0.70 | 0.67 | 0 | 0.38 | 237.27 | 0.54 | 0.4 |
| Hex | 2F | 34 | 9D | 46 | 43 | 0 | 26 | ED | 36 | 28 |
| Octal | 57 | 64 | 235 | 106 | 103 | 0 | 46 | 355 | 66 | 50 |
| Binary | 101111 | 110100 | 10011101 | 1000110 | 1000011 | 0 | 100110 | 11101101 | 110110 | 101000 |
Color Harmonies of #2F349D
Complementary color
Monochromatic Colors of #2F349D
Black with #2F349D
Text Example
Text Example
White with #2F349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F349D; }
p { color: rgb(47,52,157); }
H1.HeaderClassName
{
color: #2F349D;
}
.AnyTagClassName
{
color: #2F349D;
}
</style>
background-color css
<style>
a { background-color: #2F349D; }
a { background-color: rgb(47,52,157); }
div.DivClassName
{
background-color: #2F349D;
}
.BgClassName
{
background-color: #2F349D;
}
</style>
border-color css
<style>
span { border-color: #2F349D; }
span { border-color: rgb(47,52,157); }
td.TdClassName
{
border-color: #2F349D;
}
.TagClassName
{
border-color: #2F349D;
}
</style>