Shades of Blue Gem #3D23AD
Tints of Blue Gem #3D23AD
RGB
CMYK
RGB Variations
Color information
#3D23AD (or 0x3D23AD) is known color: Blue Gem. HEX triplet: 3D, 23 and AD. RGB value is (61,35,173). Sum of RGB (Red+Green+Blue) = 61+35+173=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D23AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D23AD is #C2DC52. Grayscale: #393939. Windows color (decimal): -12770387 or 11346749. OLE color: 11346749.
HSL color Cylindrical-coordinate representation of color #3D23AD: hue angle of 251.3º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D23AD is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 35 | 173 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.32 |
| HSL | 251.3º | 0.66% | 0.41% | - |
| HSV(B) | 251.3º | 0.8% | 0.68% | - |
| XYZ | 10.07 | 5.21 | 40.01 | - |
| YUV | 58.51 | 192.61 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 173 | 0.65 | 0.80 | 0 | 0.32 | 251.3 | 0.66 | 0.41 |
| Hex | 3D | 23 | AD | 41 | 50 | 0 | 20 | FB | 42 | 29 |
| Octal | 75 | 43 | 255 | 101 | 120 | 0 | 40 | 373 | 102 | 51 |
| Binary | 111101 | 100011 | 10101101 | 1000001 | 1010000 | 0 | 100000 | 11111011 | 1000010 | 101001 |
Color Harmonies of #3D23AD
Complementary color
Monochromatic Colors of #3D23AD
Black with #3D23AD
Text Example
Text Example
White with #3D23AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D23AD; }
p { color: rgb(61,35,173); }
H1.HeaderClassName
{
color: #3D23AD;
}
.AnyTagClassName
{
color: #3D23AD;
}
</style>
background-color css
<style>
a { background-color: #3D23AD; }
a { background-color: rgb(61,35,173); }
div.DivClassName
{
background-color: #3D23AD;
}
.BgClassName
{
background-color: #3D23AD;
}
</style>
border-color css
<style>
span { border-color: #3D23AD; }
span { border-color: rgb(61,35,173); }
td.TdClassName
{
border-color: #3D23AD;
}
.TagClassName
{
border-color: #3D23AD;
}
</style>