Shades of Blue Gem #3D18AD
Tints of Blue Gem #3D18AD
RGB
CMYK
RGB Variations
Color information
#3D18AD (or 0x3D18AD) is known color: Blue Gem. HEX triplet: 3D, 18 and AD. RGB value is (61,24,173). Sum of RGB (Red+Green+Blue) = 61+24+173=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D18AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D18AD is #C2E752. Grayscale: #333333. Windows color (decimal): -12773203 or 11343933. OLE color: 11343933.
HSL color Cylindrical-coordinate representation of color #3D18AD: hue angle of 254.9º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D18AD is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 24 | 173 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.32 |
| HSL | 254.9º | 0.76% | 0.39% | - |
| HSV(B) | 254.9º | 0.86% | 0.68% | - |
| XYZ | 9.79 | 4.66 | 39.92 | - |
| YUV | 52.05 | 196.26 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 173 | 0.65 | 0.86 | 0 | 0.32 | 254.9 | 0.76 | 0.39 |
| Hex | 3D | 18 | AD | 41 | 56 | 0 | 20 | FF | 4C | 27 |
| Octal | 75 | 30 | 255 | 101 | 126 | 0 | 40 | 377 | 114 | 47 |
| Binary | 111101 | 11000 | 10101101 | 1000001 | 1010110 | 0 | 100000 | 11111111 | 1001100 | 100111 |
Color Harmonies of #3D18AD
Complementary color
Monochromatic Colors of #3D18AD
Black with #3D18AD
Text Example
Text Example
White with #3D18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D18AD; }
p { color: rgb(61,24,173); }
H1.HeaderClassName
{
color: #3D18AD;
}
.AnyTagClassName
{
color: #3D18AD;
}
</style>
background-color css
<style>
a { background-color: #3D18AD; }
a { background-color: rgb(61,24,173); }
div.DivClassName
{
background-color: #3D18AD;
}
.BgClassName
{
background-color: #3D18AD;
}
</style>
border-color css
<style>
span { border-color: #3D18AD; }
span { border-color: rgb(61,24,173); }
td.TdClassName
{
border-color: #3D18AD;
}
.TagClassName
{
border-color: #3D18AD;
}
</style>