Shades of Dark Slate Blue #3430A4
Tints of Dark Slate Blue #3430A4
RGB
CMYK
RGB Variations
Color information
#3430A4 (or 0x3430A4) is known color: Dark Slate Blue. HEX triplet: 34, 30 and A4. RGB value is (52,48,164). Sum of RGB (Red+Green+Blue) = 52+48+164=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 164 (64.45% from 255 or 62.12% from 264); Max value from RGB is 164 - color contains mainly: blue. Hex color #3430A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3430A4 is #CBCF5B. Grayscale: #3D3D3D. Windows color (decimal): -13356892 or 10760244. OLE color: 10760244.
HSL color Cylindrical-coordinate representation of color #3430A4: hue angle of 242.07º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3430A4 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 48 | 164 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.36 |
| HSL | 242.07º | 0.55% | 0.42% | - |
| HSV(B) | 242.07º | 0.71% | 0.64% | - |
| XYZ | 9.17 | 5.52 | 35.7 | - |
| YUV | 62.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 164 | 0.68 | 0.71 | 0 | 0.36 | 242.07 | 0.55 | 0.42 |
| Hex | 34 | 30 | A4 | 44 | 47 | 0 | 24 | F2 | 37 | 2A |
| Octal | 64 | 60 | 244 | 104 | 107 | 0 | 44 | 362 | 67 | 52 |
| Binary | 110100 | 110000 | 10100100 | 1000100 | 1000111 | 0 | 100100 | 11110010 | 110111 | 101010 |
Color Harmonies of #3430A4
Complementary color
Monochromatic Colors of #3430A4
Black with #3430A4
Text Example
Text Example
White with #3430A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430A4; }
p { color: rgb(52,48,164); }
H1.HeaderClassName
{
color: #3430A4;
}
.AnyTagClassName
{
color: #3430A4;
}
</style>
background-color css
<style>
a { background-color: #3430A4; }
a { background-color: rgb(52,48,164); }
div.DivClassName
{
background-color: #3430A4;
}
.BgClassName
{
background-color: #3430A4;
}
</style>
border-color css
<style>
span { border-color: #3430A4; }
span { border-color: rgb(52,48,164); }
td.TdClassName
{
border-color: #3430A4;
}
.TagClassName
{
border-color: #3430A4;
}
</style>