Shades of Blue Gem #3D289F
Tints of Blue Gem #3D289F
RGB
CMYK
RGB Variations
Color information
#3D289F (or 0x3D289F) is known color: Blue Gem. HEX triplet: 3D, 28 and 9F. RGB value is (61,40,159). Sum of RGB (Red+Green+Blue) = 61+40+159=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D289F is #C2D760. Grayscale: #3B3B3B. Windows color (decimal): -12769121 or 10430525. OLE color: 10430525.
HSL color Cylindrical-coordinate representation of color #3D289F: hue angle of 250.59º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D289F is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 40 | 159 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.38 |
| HSL | 250.59º | 0.6% | 0.39% | - |
| HSV(B) | 250.59º | 0.75% | 0.62% | - |
| XYZ | 8.94 | 5.01 | 33.3 | - |
| YUV | 59.85 | 183.96 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 159 | 0.62 | 0.75 | 0 | 0.38 | 250.59 | 0.6 | 0.39 |
| Hex | 3D | 28 | 9F | 3E | 4B | 0 | 26 | FB | 3C | 27 |
| Octal | 75 | 50 | 237 | 76 | 113 | 0 | 46 | 373 | 74 | 47 |
| Binary | 111101 | 101000 | 10011111 | 111110 | 1001011 | 0 | 100110 | 11111011 | 111100 | 100111 |
Color Harmonies of #3D289F
Complementary color
Monochromatic Colors of #3D289F
Black with #3D289F
Text Example
Text Example
White with #3D289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D289F; }
p { color: rgb(61,40,159); }
H1.HeaderClassName
{
color: #3D289F;
}
.AnyTagClassName
{
color: #3D289F;
}
</style>
background-color css
<style>
a { background-color: #3D289F; }
a { background-color: rgb(61,40,159); }
div.DivClassName
{
background-color: #3D289F;
}
.BgClassName
{
background-color: #3D289F;
}
</style>
border-color css
<style>
span { border-color: #3D289F; }
span { border-color: rgb(61,40,159); }
td.TdClassName
{
border-color: #3D289F;
}
.TagClassName
{
border-color: #3D289F;
}
</style>