Shades of Dark Slate Blue #2F289C
Tints of Dark Slate Blue #2F289C
RGB
CMYK
RGB Variations
Color information
#2F289C (or 0x2F289C) is known color: Dark Slate Blue. HEX triplet: 2F, 28 and 9C. RGB value is (47,40,156). Sum of RGB (Red+Green+Blue) = 47+40+156=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F289C is #D0D763. Grayscale: #363636. Windows color (decimal): -13686628 or 10233903. OLE color: 10233903.
HSL color Cylindrical-coordinate representation of color #2F289C: hue angle of 243.62º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F289C is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 40 | 156 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.39 |
| HSL | 243.62º | 0.59% | 0.38% | - |
| HSV(B) | 243.62º | 0.74% | 0.61% | - |
| XYZ | 7.93 | 4.52 | 31.91 | - |
| YUV | 55.32 | 184.82 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 156 | 0.70 | 0.74 | 0 | 0.39 | 243.62 | 0.59 | 0.38 |
| Hex | 2F | 28 | 9C | 46 | 4A | 0 | 27 | F4 | 3B | 26 |
| Octal | 57 | 50 | 234 | 106 | 112 | 0 | 47 | 364 | 73 | 46 |
| Binary | 101111 | 101000 | 10011100 | 1000110 | 1001010 | 0 | 100111 | 11110100 | 111011 | 100110 |
Color Harmonies of #2F289C
Complementary color
Monochromatic Colors of #2F289C
Black with #2F289C
Text Example
Text Example
White with #2F289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F289C; }
p { color: rgb(47,40,156); }
H1.HeaderClassName
{
color: #2F289C;
}
.AnyTagClassName
{
color: #2F289C;
}
</style>
background-color css
<style>
a { background-color: #2F289C; }
a { background-color: rgb(47,40,156); }
div.DivClassName
{
background-color: #2F289C;
}
.BgClassName
{
background-color: #2F289C;
}
</style>
border-color css
<style>
span { border-color: #2F289C; }
span { border-color: rgb(47,40,156); }
td.TdClassName
{
border-color: #2F289C;
}
.TagClassName
{
border-color: #2F289C;
}
</style>