Shades of Blue Gem #3F32AC
Tints of Blue Gem #3F32AC
RGB
CMYK
RGB Variations
Color information
#3F32AC (or 0x3F32AC) is known color: Blue Gem. HEX triplet: 3F, 32 and AC. RGB value is (63,50,172). Sum of RGB (Red+Green+Blue) = 63+50+172=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F32AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F32AC is #C0CD53. Grayscale: #434343. Windows color (decimal): -12635476 or 11285055. OLE color: 11285055.
HSL color Cylindrical-coordinate representation of color #3F32AC: hue angle of 246.39º 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 #3F32AC is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 50 | 172 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.33 |
| HSL | 246.39º | 0.55% | 0.44% | - |
| HSV(B) | 246.39º | 0.71% | 0.67% | - |
| XYZ | 10.64 | 6.32 | 39.69 | - |
| YUV | 67.8 | 186.81 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 172 | 0.63 | 0.71 | 0 | 0.33 | 246.39 | 0.55 | 0.44 |
| Hex | 3F | 32 | AC | 3F | 47 | 0 | 21 | F6 | 37 | 2C |
| Octal | 77 | 62 | 254 | 77 | 107 | 0 | 41 | 366 | 67 | 54 |
| Binary | 111111 | 110010 | 10101100 | 111111 | 1000111 | 0 | 100001 | 11110110 | 110111 | 101100 |
Color Harmonies of #3F32AC
Complementary color
Monochromatic Colors of #3F32AC
Black with #3F32AC
Text Example
Text Example
White with #3F32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F32AC; }
p { color: rgb(63,50,172); }
H1.HeaderClassName
{
color: #3F32AC;
}
.AnyTagClassName
{
color: #3F32AC;
}
</style>
background-color css
<style>
a { background-color: #3F32AC; }
a { background-color: rgb(63,50,172); }
div.DivClassName
{
background-color: #3F32AC;
}
.BgClassName
{
background-color: #3F32AC;
}
</style>
border-color css
<style>
span { border-color: #3F32AC; }
span { border-color: rgb(63,50,172); }
td.TdClassName
{
border-color: #3F32AC;
}
.TagClassName
{
border-color: #3F32AC;
}
</style>