Shades of Dark Slate Blue #2D269C
Tints of Dark Slate Blue #2D269C
RGB
CMYK
RGB Variations
Color information
#2D269C (or 0x2D269C) is known color: Dark Slate Blue. HEX triplet: 2D, 26 and 9C. RGB value is (45,38,156). Sum of RGB (Red+Green+Blue) = 45+38+156=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #2D269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D269C is #D2D963. Grayscale: #353535. Windows color (decimal): -13818212 or 10233389. OLE color: 10233389.
HSL color Cylindrical-coordinate representation of color #2D269C: hue angle of 243.56º 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 #2D269C is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 38 | 156 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.39 |
| HSL | 243.56º | 0.61% | 0.38% | - |
| HSV(B) | 243.56º | 0.76% | 0.61% | - |
| XYZ | 7.78 | 4.34 | 31.88 | - |
| YUV | 53.55 | 185.82 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 156 | 0.71 | 0.76 | 0 | 0.39 | 243.56 | 0.61 | 0.38 |
| Hex | 2D | 26 | 9C | 47 | 4C | 0 | 27 | F4 | 3D | 26 |
| Octal | 55 | 46 | 234 | 107 | 114 | 0 | 47 | 364 | 75 | 46 |
| Binary | 101101 | 100110 | 10011100 | 1000111 | 1001100 | 0 | 100111 | 11110100 | 111101 | 100110 |
Color Harmonies of #2D269C
Complementary color
Monochromatic Colors of #2D269C
Black with #2D269C
Text Example
Text Example
White with #2D269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D269C; }
p { color: rgb(45,38,156); }
H1.HeaderClassName
{
color: #2D269C;
}
.AnyTagClassName
{
color: #2D269C;
}
</style>
background-color css
<style>
a { background-color: #2D269C; }
a { background-color: rgb(45,38,156); }
div.DivClassName
{
background-color: #2D269C;
}
.BgClassName
{
background-color: #2D269C;
}
</style>
border-color css
<style>
span { border-color: #2D269C; }
span { border-color: rgb(45,38,156); }
td.TdClassName
{
border-color: #2D269C;
}
.TagClassName
{
border-color: #2D269C;
}
</style>