Shades of Blue Gem #3D30AD
Tints of Blue Gem #3D30AD
RGB
CMYK
RGB Variations
Color information
#3D30AD (or 0x3D30AD) is known color: Blue Gem. HEX triplet: 3D, 30 and AD. RGB value is (61,48,173). Sum of RGB (Red+Green+Blue) = 61+48+173=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D30AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D30AD is #C2CF52. Grayscale: #414141. Windows color (decimal): -12767059 or 11350077. OLE color: 11350077.
HSL color Cylindrical-coordinate representation of color #3D30AD: hue angle of 246.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D30AD is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 48 | 173 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.32 |
| HSL | 246.24º | 0.57% | 0.43% | - |
| HSV(B) | 246.24º | 0.72% | 0.68% | - |
| XYZ | 10.52 | 6.12 | 40.16 | - |
| YUV | 66.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 173 | 0.65 | 0.72 | 0 | 0.32 | 246.24 | 0.57 | 0.43 |
| Hex | 3D | 30 | AD | 41 | 48 | 0 | 20 | F6 | 39 | 2B |
| Octal | 75 | 60 | 255 | 101 | 110 | 0 | 40 | 366 | 71 | 53 |
| Binary | 111101 | 110000 | 10101101 | 1000001 | 1001000 | 0 | 100000 | 11110110 | 111001 | 101011 |
Color Harmonies of #3D30AD
Complementary color
Monochromatic Colors of #3D30AD
Black with #3D30AD
Text Example
Text Example
White with #3D30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D30AD; }
p { color: rgb(61,48,173); }
H1.HeaderClassName
{
color: #3D30AD;
}
.AnyTagClassName
{
color: #3D30AD;
}
</style>
background-color css
<style>
a { background-color: #3D30AD; }
a { background-color: rgb(61,48,173); }
div.DivClassName
{
background-color: #3D30AD;
}
.BgClassName
{
background-color: #3D30AD;
}
</style>
border-color css
<style>
span { border-color: #3D30AD; }
span { border-color: rgb(61,48,173); }
td.TdClassName
{
border-color: #3D30AD;
}
.TagClassName
{
border-color: #3D30AD;
}
</style>