Shades of Dark Slate Blue #2D269B
Tints of Dark Slate Blue #2D269B
RGB
CMYK
RGB Variations
Color information
#2D269B (or 0x2D269B) is known color: Dark Slate Blue. HEX triplet: 2D, 26 and 9B. RGB value is (45,38,155). Sum of RGB (Red+Green+Blue) = 45+38+155=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D269B is #D2D964. Grayscale: #343434. Windows color (decimal): -13818213 or 10167853. OLE color: 10167853.
HSL color Cylindrical-coordinate representation of color #2D269B: hue angle of 243.59º 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 #2D269B is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 38 | 155 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.39 |
| HSL | 243.59º | 0.61% | 0.38% | - |
| HSV(B) | 243.59º | 0.75% | 0.61% | - |
| XYZ | 7.69 | 4.31 | 31.44 | - |
| YUV | 53.43 | 185.32 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 155 | 0.71 | 0.75 | 0 | 0.39 | 243.59 | 0.61 | 0.38 |
| Hex | 2D | 26 | 9B | 47 | 4B | 0 | 27 | F4 | 3D | 26 |
| Octal | 55 | 46 | 233 | 107 | 113 | 0 | 47 | 364 | 75 | 46 |
| Binary | 101101 | 100110 | 10011011 | 1000111 | 1001011 | 0 | 100111 | 11110100 | 111101 | 100110 |
Color Harmonies of #2D269B
Complementary color
Monochromatic Colors of #2D269B
Black with #2D269B
Text Example
Text Example
White with #2D269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D269B; }
p { color: rgb(45,38,155); }
H1.HeaderClassName
{
color: #2D269B;
}
.AnyTagClassName
{
color: #2D269B;
}
</style>
background-color css
<style>
a { background-color: #2D269B; }
a { background-color: rgb(45,38,155); }
div.DivClassName
{
background-color: #2D269B;
}
.BgClassName
{
background-color: #2D269B;
}
</style>
border-color css
<style>
span { border-color: #2D269B; }
span { border-color: rgb(45,38,155); }
td.TdClassName
{
border-color: #2D269B;
}
.TagClassName
{
border-color: #2D269B;
}
</style>