Shades of Blue Gem #3D26AA
Tints of Blue Gem #3D26AA
RGB
CMYK
RGB Variations
Color information
#3D26AA (or 0x3D26AA) is known color: Blue Gem. HEX triplet: 3D, 26 and AA. RGB value is (61,38,170). Sum of RGB (Red+Green+Blue) = 61+38+170=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D26AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D26AA is #C2D955. Grayscale: #3B3B3B. Windows color (decimal): -12769622 or 11150909. OLE color: 11150909.
HSL color Cylindrical-coordinate representation of color #3D26AA: hue angle of 250.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D26AA is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 38 | 170 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.33 |
| HSL | 250.45º | 0.63% | 0.41% | - |
| HSV(B) | 250.45º | 0.78% | 0.67% | - |
| XYZ | 9.87 | 5.28 | 38.53 | - |
| YUV | 59.93 | 190.12 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 170 | 0.64 | 0.78 | 0 | 0.33 | 250.45 | 0.63 | 0.41 |
| Hex | 3D | 26 | AA | 40 | 4E | 0 | 21 | FA | 3F | 29 |
| Octal | 75 | 46 | 252 | 100 | 116 | 0 | 41 | 372 | 77 | 51 |
| Binary | 111101 | 100110 | 10101010 | 1000000 | 1001110 | 0 | 100001 | 11111010 | 111111 | 101001 |
Color Harmonies of #3D26AA
Complementary color
Monochromatic Colors of #3D26AA
Black with #3D26AA
Text Example
Text Example
White with #3D26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D26AA; }
p { color: rgb(61,38,170); }
H1.HeaderClassName
{
color: #3D26AA;
}
.AnyTagClassName
{
color: #3D26AA;
}
</style>
background-color css
<style>
a { background-color: #3D26AA; }
a { background-color: rgb(61,38,170); }
div.DivClassName
{
background-color: #3D26AA;
}
.BgClassName
{
background-color: #3D26AA;
}
</style>
border-color css
<style>
span { border-color: #3D26AA; }
span { border-color: rgb(61,38,170); }
td.TdClassName
{
border-color: #3D26AA;
}
.TagClassName
{
border-color: #3D26AA;
}
</style>