Shades of Dark Slate Blue #2D269F
Tints of Dark Slate Blue #2D269F
RGB
CMYK
RGB Variations
Color information
#2D269F (or 0x2D269F) is known color: Dark Slate Blue. HEX triplet: 2D, 26 and 9F. RGB value is (45,38,159). Sum of RGB (Red+Green+Blue) = 45+38+159=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D269F is #D2D960. Grayscale: #353535. Windows color (decimal): -13818209 or 10429997. OLE color: 10429997.
HSL color Cylindrical-coordinate representation of color #2D269F: hue angle of 243.47º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D269F is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 38 | 159 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.38 |
| HSL | 243.47º | 0.61% | 0.39% | - |
| HSV(B) | 243.47º | 0.76% | 0.62% | - |
| XYZ | 8.03 | 4.45 | 33.24 | - |
| YUV | 53.89 | 187.32 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 159 | 0.72 | 0.76 | 0 | 0.38 | 243.47 | 0.61 | 0.39 |
| Hex | 2D | 26 | 9F | 48 | 4C | 0 | 26 | F3 | 3D | 27 |
| Octal | 55 | 46 | 237 | 110 | 114 | 0 | 46 | 363 | 75 | 47 |
| Binary | 101101 | 100110 | 10011111 | 1001000 | 1001100 | 0 | 100110 | 11110011 | 111101 | 100111 |
Color Harmonies of #2D269F
Complementary color
Monochromatic Colors of #2D269F
Black with #2D269F
Text Example
Text Example
White with #2D269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D269F; }
p { color: rgb(45,38,159); }
H1.HeaderClassName
{
color: #2D269F;
}
.AnyTagClassName
{
color: #2D269F;
}
</style>
background-color css
<style>
a { background-color: #2D269F; }
a { background-color: rgb(45,38,159); }
div.DivClassName
{
background-color: #2D269F;
}
.BgClassName
{
background-color: #2D269F;
}
</style>
border-color css
<style>
span { border-color: #2D269F; }
span { border-color: rgb(45,38,159); }
td.TdClassName
{
border-color: #2D269F;
}
.TagClassName
{
border-color: #2D269F;
}
</style>