Shades of Blue Gem #3D26AD
Tints of Blue Gem #3D26AD
RGB
CMYK
RGB Variations
Color information
#3D26AD (or 0x3D26AD) is known color: Blue Gem. HEX triplet: 3D, 26 and AD. RGB value is (61,38,173). Sum of RGB (Red+Green+Blue) = 61+38+173=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D26AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D26AD is #C2D952. Grayscale: #3B3B3B. Windows color (decimal): -12769619 or 11347517. OLE color: 11347517.
HSL color Cylindrical-coordinate representation of color #3D26AD: hue angle of 250.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D26AD is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 38 | 173 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.32 |
| HSL | 250.22º | 0.64% | 0.41% | - |
| HSV(B) | 250.22º | 0.78% | 0.68% | - |
| XYZ | 10.16 | 5.4 | 40.04 | - |
| YUV | 60.27 | 191.62 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 173 | 0.65 | 0.78 | 0 | 0.32 | 250.22 | 0.64 | 0.41 |
| Hex | 3D | 26 | AD | 41 | 4E | 0 | 20 | FA | 40 | 29 |
| Octal | 75 | 46 | 255 | 101 | 116 | 0 | 40 | 372 | 100 | 51 |
| Binary | 111101 | 100110 | 10101101 | 1000001 | 1001110 | 0 | 100000 | 11111010 | 1000000 | 101001 |
Color Harmonies of #3D26AD
Complementary color
Monochromatic Colors of #3D26AD
Black with #3D26AD
Text Example
Text Example
White with #3D26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D26AD; }
p { color: rgb(61,38,173); }
H1.HeaderClassName
{
color: #3D26AD;
}
.AnyTagClassName
{
color: #3D26AD;
}
</style>
background-color css
<style>
a { background-color: #3D26AD; }
a { background-color: rgb(61,38,173); }
div.DivClassName
{
background-color: #3D26AD;
}
.BgClassName
{
background-color: #3D26AD;
}
</style>
border-color css
<style>
span { border-color: #3D26AD; }
span { border-color: rgb(61,38,173); }
td.TdClassName
{
border-color: #3D26AD;
}
.TagClassName
{
border-color: #3D26AD;
}
</style>