Shades of Blue Gem #3D36AD
Tints of Blue Gem #3D36AD
RGB
CMYK
RGB Variations
Color information
#3D36AD (or 0x3D36AD) is known color: Blue Gem. HEX triplet: 3D, 36 and AD. RGB value is (61,54,173). Sum of RGB (Red+Green+Blue) = 61+54+173=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D36AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D36AD is #C2C952. Grayscale: #454545. Windows color (decimal): -12765523 or 11351613. OLE color: 11351613.
HSL color Cylindrical-coordinate representation of color #3D36AD: hue angle of 243.53º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D36AD is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 54 | 173 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.32 |
| HSL | 243.53º | 0.52% | 0.45% | - |
| HSV(B) | 243.53º | 0.69% | 0.68% | - |
| XYZ | 10.79 | 6.65 | 40.25 | - |
| YUV | 69.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 173 | 0.65 | 0.69 | 0 | 0.32 | 243.53 | 0.52 | 0.45 |
| Hex | 3D | 36 | AD | 41 | 45 | 0 | 20 | F4 | 34 | 2D |
| Octal | 75 | 66 | 255 | 101 | 105 | 0 | 40 | 364 | 64 | 55 |
| Binary | 111101 | 110110 | 10101101 | 1000001 | 1000101 | 0 | 100000 | 11110100 | 110100 | 101101 |
Color Harmonies of #3D36AD
Complementary color
Monochromatic Colors of #3D36AD
Black with #3D36AD
Text Example
Text Example
White with #3D36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D36AD; }
p { color: rgb(61,54,173); }
H1.HeaderClassName
{
color: #3D36AD;
}
.AnyTagClassName
{
color: #3D36AD;
}
</style>
background-color css
<style>
a { background-color: #3D36AD; }
a { background-color: rgb(61,54,173); }
div.DivClassName
{
background-color: #3D36AD;
}
.BgClassName
{
background-color: #3D36AD;
}
</style>
border-color css
<style>
span { border-color: #3D36AD; }
span { border-color: rgb(61,54,173); }
td.TdClassName
{
border-color: #3D36AD;
}
.TagClassName
{
border-color: #3D36AD;
}
</style>