Shades of Blue Gem #3D37AB
Tints of Blue Gem #3D37AB
RGB
CMYK
RGB Variations
Color information
#3D37AB (or 0x3D37AB) is known color: Blue Gem. HEX triplet: 3D, 37 and AB. RGB value is (61,55,171). Sum of RGB (Red+Green+Blue) = 61+55+171=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D37AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D37AB is #C2C854. Grayscale: #454545. Windows color (decimal): -12765269 or 11220797. OLE color: 11220797.
HSL color Cylindrical-coordinate representation of color #3D37AB: hue angle of 243.1º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D37AB is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 55 | 171 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.33 |
| HSL | 243.1º | 0.51% | 0.44% | - |
| HSV(B) | 243.1º | 0.68% | 0.67% | - |
| XYZ | 10.64 | 6.66 | 39.25 | - |
| YUV | 70.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 171 | 0.64 | 0.68 | 0 | 0.33 | 243.1 | 0.51 | 0.44 |
| Hex | 3D | 37 | AB | 40 | 44 | 0 | 21 | F3 | 33 | 2C |
| Octal | 75 | 67 | 253 | 100 | 104 | 0 | 41 | 363 | 63 | 54 |
| Binary | 111101 | 110111 | 10101011 | 1000000 | 1000100 | 0 | 100001 | 11110011 | 110011 | 101100 |
Color Harmonies of #3D37AB
Complementary color
Monochromatic Colors of #3D37AB
Black with #3D37AB
Text Example
Text Example
White with #3D37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D37AB; }
p { color: rgb(61,55,171); }
H1.HeaderClassName
{
color: #3D37AB;
}
.AnyTagClassName
{
color: #3D37AB;
}
</style>
background-color css
<style>
a { background-color: #3D37AB; }
a { background-color: rgb(61,55,171); }
div.DivClassName
{
background-color: #3D37AB;
}
.BgClassName
{
background-color: #3D37AB;
}
</style>
border-color css
<style>
span { border-color: #3D37AB; }
span { border-color: rgb(61,55,171); }
td.TdClassName
{
border-color: #3D37AB;
}
.TagClassName
{
border-color: #3D37AB;
}
</style>