Shades of Dark Slate Blue #33298B
Tints of Dark Slate Blue #33298B
RGB
CMYK
RGB Variations
Color information
#33298B (or 0x33298B) is known color: Dark Slate Blue. HEX triplet: 33, 29 and 8B. RGB value is (51,41,139). Sum of RGB (Red+Green+Blue) = 51+41+139=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #33298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33298B is #CCD674. Grayscale: #363636. Windows color (decimal): -13424245 or 9120051. OLE color: 9120051.
HSL color Cylindrical-coordinate representation of color #33298B: hue angle of 246.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33298B is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 41 | 139 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.45 |
| HSL | 246.12º | 0.54% | 0.35% | - |
| HSV(B) | 246.12º | 0.71% | 0.55% | - |
| XYZ | 6.82 | 4.15 | 24.87 | - |
| YUV | 55.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 139 | 0.63 | 0.71 | 0 | 0.45 | 246.12 | 0.54 | 0.35 |
| Hex | 33 | 29 | 8B | 3F | 47 | 0 | 2D | F6 | 36 | 23 |
| Octal | 63 | 51 | 213 | 77 | 107 | 0 | 55 | 366 | 66 | 43 |
| Binary | 110011 | 101001 | 10001011 | 111111 | 1000111 | 0 | 101101 | 11110110 | 110110 | 100011 |
Color Harmonies of #33298B
Complementary color
Monochromatic Colors of #33298B
Black with #33298B
Text Example
Text Example
White with #33298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33298B; }
p { color: rgb(51,41,139); }
H1.HeaderClassName
{
color: #33298B;
}
.AnyTagClassName
{
color: #33298B;
}
</style>
background-color css
<style>
a { background-color: #33298B; }
a { background-color: rgb(51,41,139); }
div.DivClassName
{
background-color: #33298B;
}
.BgClassName
{
background-color: #33298B;
}
</style>
border-color css
<style>
span { border-color: #33298B; }
span { border-color: rgb(51,41,139); }
td.TdClassName
{
border-color: #33298B;
}
.TagClassName
{
border-color: #33298B;
}
</style>