Shades of Blue Gem #3D209B
Tints of Blue Gem #3D209B
RGB
CMYK
RGB Variations
Color information
#3D209B (or 0x3D209B) is known color: Blue Gem. HEX triplet: 3D, 20 and 9B. RGB value is (61,32,155). Sum of RGB (Red+Green+Blue) = 61+32+155=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D209B is #C2DF64. Grayscale: #363636. Windows color (decimal): -12771173 or 10166333. OLE color: 10166333.
HSL color Cylindrical-coordinate representation of color #3D209B: hue angle of 254.15º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D209B is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 32 | 155 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.39 |
| HSL | 254.15º | 0.66% | 0.37% | - |
| HSV(B) | 254.15º | 0.79% | 0.61% | - |
| XYZ | 8.36 | 4.39 | 31.42 | - |
| YUV | 54.69 | 184.61 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 155 | 0.61 | 0.79 | 0 | 0.39 | 254.15 | 0.66 | 0.37 |
| Hex | 3D | 20 | 9B | 3D | 4F | 0 | 27 | FE | 42 | 25 |
| Octal | 75 | 40 | 233 | 75 | 117 | 0 | 47 | 376 | 102 | 45 |
| Binary | 111101 | 100000 | 10011011 | 111101 | 1001111 | 0 | 100111 | 11111110 | 1000010 | 100101 |
Color Harmonies of #3D209B
Complementary color
Monochromatic Colors of #3D209B
Black with #3D209B
Text Example
Text Example
White with #3D209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D209B; }
p { color: rgb(61,32,155); }
H1.HeaderClassName
{
color: #3D209B;
}
.AnyTagClassName
{
color: #3D209B;
}
</style>
background-color css
<style>
a { background-color: #3D209B; }
a { background-color: rgb(61,32,155); }
div.DivClassName
{
background-color: #3D209B;
}
.BgClassName
{
background-color: #3D209B;
}
</style>
border-color css
<style>
span { border-color: #3D209B; }
span { border-color: rgb(61,32,155); }
td.TdClassName
{
border-color: #3D209B;
}
.TagClassName
{
border-color: #3D209B;
}
</style>