Shades of Dark Slate Blue #34269B
Tints of Dark Slate Blue #34269B
RGB
CMYK
RGB Variations
Color information
#34269B (or 0x34269B) is known color: Dark Slate Blue. HEX triplet: 34, 26 and 9B. RGB value is (52,38,155). Sum of RGB (Red+Green+Blue) = 52+38+155=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #34269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34269B is #CBD964. Grayscale: #373737. Windows color (decimal): -13359461 or 10167860. OLE color: 10167860.
HSL color Cylindrical-coordinate representation of color #34269B: hue angle of 247.18º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34269B is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 38 | 155 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.39 |
| HSL | 247.18º | 0.61% | 0.38% | - |
| HSV(B) | 247.18º | 0.75% | 0.61% | - |
| XYZ | 8.03 | 4.48 | 31.45 | - |
| YUV | 55.52 | 184.14 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 155 | 0.66 | 0.75 | 0 | 0.39 | 247.18 | 0.61 | 0.38 |
| Hex | 34 | 26 | 9B | 42 | 4B | 0 | 27 | F7 | 3D | 26 |
| Octal | 64 | 46 | 233 | 102 | 113 | 0 | 47 | 367 | 75 | 46 |
| Binary | 110100 | 100110 | 10011011 | 1000010 | 1001011 | 0 | 100111 | 11110111 | 111101 | 100110 |
Color Harmonies of #34269B
Complementary color
Monochromatic Colors of #34269B
Black with #34269B
Text Example
Text Example
White with #34269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34269B; }
p { color: rgb(52,38,155); }
H1.HeaderClassName
{
color: #34269B;
}
.AnyTagClassName
{
color: #34269B;
}
</style>
background-color css
<style>
a { background-color: #34269B; }
a { background-color: rgb(52,38,155); }
div.DivClassName
{
background-color: #34269B;
}
.BgClassName
{
background-color: #34269B;
}
</style>
border-color css
<style>
span { border-color: #34269B; }
span { border-color: rgb(52,38,155); }
td.TdClassName
{
border-color: #34269B;
}
.TagClassName
{
border-color: #34269B;
}
</style>