Shades of Blue Gem #3D32AC
Tints of Blue Gem #3D32AC
RGB
CMYK
RGB Variations
Color information
#3D32AC (or 0x3D32AC) is known color: Blue Gem. HEX triplet: 3D, 32 and AC. RGB value is (61,50,172). Sum of RGB (Red+Green+Blue) = 61+50+172=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D32AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D32AC is #C2CD53. Grayscale: #424242. Windows color (decimal): -12766548 or 11285053. OLE color: 11285053.
HSL color Cylindrical-coordinate representation of color #3D32AC: hue angle of 245.41º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D32AC is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 50 | 172 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.33 |
| HSL | 245.41º | 0.55% | 0.44% | - |
| HSV(B) | 245.41º | 0.71% | 0.67% | - |
| XYZ | 10.51 | 6.25 | 39.68 | - |
| YUV | 67.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 172 | 0.65 | 0.71 | 0 | 0.33 | 245.41 | 0.55 | 0.44 |
| Hex | 3D | 32 | AC | 41 | 47 | 0 | 21 | F5 | 37 | 2C |
| Octal | 75 | 62 | 254 | 101 | 107 | 0 | 41 | 365 | 67 | 54 |
| Binary | 111101 | 110010 | 10101100 | 1000001 | 1000111 | 0 | 100001 | 11110101 | 110111 | 101100 |
Color Harmonies of #3D32AC
Complementary color
Monochromatic Colors of #3D32AC
Black with #3D32AC
Text Example
Text Example
White with #3D32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D32AC; }
p { color: rgb(61,50,172); }
H1.HeaderClassName
{
color: #3D32AC;
}
.AnyTagClassName
{
color: #3D32AC;
}
</style>
background-color css
<style>
a { background-color: #3D32AC; }
a { background-color: rgb(61,50,172); }
div.DivClassName
{
background-color: #3D32AC;
}
.BgClassName
{
background-color: #3D32AC;
}
</style>
border-color css
<style>
span { border-color: #3D32AC; }
span { border-color: rgb(61,50,172); }
td.TdClassName
{
border-color: #3D32AC;
}
.TagClassName
{
border-color: #3D32AC;
}
</style>