Shades of Blue Gem #3D22B1
Tints of Blue Gem #3D22B1
RGB
CMYK
RGB Variations
Color information
#3D22B1 (or 0x3D22B1) is known color: Blue Gem. HEX triplet: 3D, 22 and B1. RGB value is (61,34,177). Sum of RGB (Red+Green+Blue) = 61+34+177=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 177 (69.53% from 255 or 65.07% from 272); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D22B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D22B1 is #C2DD4E. Grayscale: #393939. Windows color (decimal): -12770639 or 11608637. OLE color: 11608637.
HSL color Cylindrical-coordinate representation of color #3D22B1: hue angle of 251.33º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D22B1 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 34 | 177 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.31 |
| HSL | 251.33º | 0.68% | 0.41% | - |
| HSV(B) | 251.33º | 0.81% | 0.69% | - |
| XYZ | 10.43 | 5.31 | 42.07 | - |
| YUV | 58.38 | 194.95 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 177 | 0.66 | 0.81 | 0 | 0.31 | 251.33 | 0.68 | 0.41 |
| Hex | 3D | 22 | B1 | 42 | 51 | 0 | 1F | FB | 44 | 29 |
| Octal | 75 | 42 | 261 | 102 | 121 | 0 | 37 | 373 | 104 | 51 |
| Binary | 111101 | 100010 | 10110001 | 1000010 | 1010001 | 0 | 11111 | 11111011 | 1000100 | 101001 |
Color Harmonies of #3D22B1
Complementary color
Monochromatic Colors of #3D22B1
Black with #3D22B1
Text Example
Text Example
White with #3D22B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D22B1; }
p { color: rgb(61,34,177); }
H1.HeaderClassName
{
color: #3D22B1;
}
.AnyTagClassName
{
color: #3D22B1;
}
</style>
background-color css
<style>
a { background-color: #3D22B1; }
a { background-color: rgb(61,34,177); }
div.DivClassName
{
background-color: #3D22B1;
}
.BgClassName
{
background-color: #3D22B1;
}
</style>
border-color css
<style>
span { border-color: #3D22B1; }
span { border-color: rgb(61,34,177); }
td.TdClassName
{
border-color: #3D22B1;
}
.TagClassName
{
border-color: #3D22B1;
}
</style>