Shades of Dark Slate Blue #34269C
Tints of Dark Slate Blue #34269C
RGB
CMYK
RGB Variations
Color information
#34269C (or 0x34269C) is known color: Dark Slate Blue. HEX triplet: 34, 26 and 9C. RGB value is (52,38,156). Sum of RGB (Red+Green+Blue) = 52+38+156=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #34269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34269C is #CBD963. Grayscale: #373737. Windows color (decimal): -13359460 or 10233396. OLE color: 10233396.
HSL color Cylindrical-coordinate representation of color #34269C: hue angle of 247.12º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34269C is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 38 | 156 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.39 |
| HSL | 247.12º | 0.61% | 0.38% | - |
| HSV(B) | 247.12º | 0.76% | 0.61% | - |
| XYZ | 8.11 | 4.52 | 31.9 | - |
| YUV | 55.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 156 | 0.67 | 0.76 | 0 | 0.39 | 247.12 | 0.61 | 0.38 |
| Hex | 34 | 26 | 9C | 43 | 4C | 0 | 27 | F7 | 3D | 26 |
| Octal | 64 | 46 | 234 | 103 | 114 | 0 | 47 | 367 | 75 | 46 |
| Binary | 110100 | 100110 | 10011100 | 1000011 | 1001100 | 0 | 100111 | 11110111 | 111101 | 100110 |
Color Harmonies of #34269C
Complementary color
Monochromatic Colors of #34269C
Black with #34269C
Text Example
Text Example
White with #34269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34269C; }
p { color: rgb(52,38,156); }
H1.HeaderClassName
{
color: #34269C;
}
.AnyTagClassName
{
color: #34269C;
}
</style>
background-color css
<style>
a { background-color: #34269C; }
a { background-color: rgb(52,38,156); }
div.DivClassName
{
background-color: #34269C;
}
.BgClassName
{
background-color: #34269C;
}
</style>
border-color css
<style>
span { border-color: #34269C; }
span { border-color: rgb(52,38,156); }
td.TdClassName
{
border-color: #34269C;
}
.TagClassName
{
border-color: #34269C;
}
</style>