Shades of Dark Slate Blue #2F339C
Tints of Dark Slate Blue #2F339C
RGB
CMYK
RGB Variations
Color information
#2F339C (or 0x2F339C) is known color: Dark Slate Blue. HEX triplet: 2F, 33 and 9C. RGB value is (47,51,156). Sum of RGB (Red+Green+Blue) = 47+51+156=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F339C is #D0CC63. Grayscale: #3D3D3D. Windows color (decimal): -13683812 or 10236719. OLE color: 10236719.
HSL color Cylindrical-coordinate representation of color #2F339C: hue angle of 237.8º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F339C is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 51 | 156 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.39 |
| HSL | 237.8º | 0.54% | 0.4% | - |
| HSV(B) | 237.8º | 0.7% | 0.61% | - |
| XYZ | 8.36 | 5.37 | 32.05 | - |
| YUV | 61.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 156 | 0.70 | 0.67 | 0 | 0.39 | 237.8 | 0.54 | 0.4 |
| Hex | 2F | 33 | 9C | 46 | 43 | 0 | 27 | EE | 36 | 28 |
| Octal | 57 | 63 | 234 | 106 | 103 | 0 | 47 | 356 | 66 | 50 |
| Binary | 101111 | 110011 | 10011100 | 1000110 | 1000011 | 0 | 100111 | 11101110 | 110110 | 101000 |
Color Harmonies of #2F339C
Complementary color
Monochromatic Colors of #2F339C
Black with #2F339C
Text Example
Text Example
White with #2F339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F339C; }
p { color: rgb(47,51,156); }
H1.HeaderClassName
{
color: #2F339C;
}
.AnyTagClassName
{
color: #2F339C;
}
</style>
background-color css
<style>
a { background-color: #2F339C; }
a { background-color: rgb(47,51,156); }
div.DivClassName
{
background-color: #2F339C;
}
.BgClassName
{
background-color: #2F339C;
}
</style>
border-color css
<style>
span { border-color: #2F339C; }
span { border-color: rgb(47,51,156); }
td.TdClassName
{
border-color: #2F339C;
}
.TagClassName
{
border-color: #2F339C;
}
</style>