Shades of Blue Gem #3D259A
Tints of Blue Gem #3D259A
RGB
CMYK
RGB Variations
Color information
#3D259A (or 0x3D259A) is known color: Blue Gem. HEX triplet: 3D, 25 and 9A. RGB value is (61,37,154). Sum of RGB (Red+Green+Blue) = 61+37+154=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D259A is #C2DA65. Grayscale: #393939. Windows color (decimal): -12769894 or 10102077. OLE color: 10102077.
HSL color Cylindrical-coordinate representation of color #3D259A: hue angle of 252.31º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D259A is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 37 | 154 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.40 |
| HSL | 252.31º | 0.61% | 0.37% | - |
| HSV(B) | 252.31º | 0.76% | 0.6% | - |
| XYZ | 8.42 | 4.65 | 31.03 | - |
| YUV | 57.51 | 182.45 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 154 | 0.60 | 0.76 | 0 | 0.40 | 252.31 | 0.61 | 0.37 |
| Hex | 3D | 25 | 9A | 3C | 4C | 0 | 28 | FC | 3D | 25 |
| Octal | 75 | 45 | 232 | 74 | 114 | 0 | 50 | 374 | 75 | 45 |
| Binary | 111101 | 100101 | 10011010 | 111100 | 1001100 | 0 | 101000 | 11111100 | 111101 | 100101 |
Color Harmonies of #3D259A
Complementary color
Monochromatic Colors of #3D259A
Black with #3D259A
Text Example
Text Example
White with #3D259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D259A; }
p { color: rgb(61,37,154); }
H1.HeaderClassName
{
color: #3D259A;
}
.AnyTagClassName
{
color: #3D259A;
}
</style>
background-color css
<style>
a { background-color: #3D259A; }
a { background-color: rgb(61,37,154); }
div.DivClassName
{
background-color: #3D259A;
}
.BgClassName
{
background-color: #3D259A;
}
</style>
border-color css
<style>
span { border-color: #3D259A; }
span { border-color: rgb(61,37,154); }
td.TdClassName
{
border-color: #3D259A;
}
.TagClassName
{
border-color: #3D259A;
}
</style>