Shades of Blue Gem #3D22A8
Tints of Blue Gem #3D22A8
RGB
CMYK
RGB Variations
Color information
#3D22A8 (or 0x3D22A8) is known color: Blue Gem. HEX triplet: 3D, 22 and A8. RGB value is (61,34,168). Sum of RGB (Red+Green+Blue) = 61+34+168=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 168 (66.02% from 255 or 63.88% from 263); Max value from RGB is 168 - color contains mainly: blue. Hex color #3D22A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D22A8 is #C2DD57. Grayscale: #383838. Windows color (decimal): -12770648 or 11018813. OLE color: 11018813.
HSL color Cylindrical-coordinate representation of color #3D22A8: hue angle of 252.09º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D22A8 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 34 | 168 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.34 |
| HSL | 252.09º | 0.66% | 0.4% | - |
| HSV(B) | 252.09º | 0.8% | 0.66% | - |
| XYZ | 9.56 | 4.96 | 37.5 | - |
| YUV | 57.35 | 190.45 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 168 | 0.64 | 0.80 | 0 | 0.34 | 252.09 | 0.66 | 0.4 |
| Hex | 3D | 22 | A8 | 40 | 50 | 0 | 22 | FC | 42 | 28 |
| Octal | 75 | 42 | 250 | 100 | 120 | 0 | 42 | 374 | 102 | 50 |
| Binary | 111101 | 100010 | 10101000 | 1000000 | 1010000 | 0 | 100010 | 11111100 | 1000010 | 101000 |
Color Harmonies of #3D22A8
Complementary color
Monochromatic Colors of #3D22A8
Black with #3D22A8
Text Example
Text Example
White with #3D22A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D22A8; }
p { color: rgb(61,34,168); }
H1.HeaderClassName
{
color: #3D22A8;
}
.AnyTagClassName
{
color: #3D22A8;
}
</style>
background-color css
<style>
a { background-color: #3D22A8; }
a { background-color: rgb(61,34,168); }
div.DivClassName
{
background-color: #3D22A8;
}
.BgClassName
{
background-color: #3D22A8;
}
</style>
border-color css
<style>
span { border-color: #3D22A8; }
span { border-color: rgb(61,34,168); }
td.TdClassName
{
border-color: #3D22A8;
}
.TagClassName
{
border-color: #3D22A8;
}
</style>