Shades of Blue Gem #3F34AC
Tints of Blue Gem #3F34AC
RGB
CMYK
RGB Variations
Color information
#3F34AC (or 0x3F34AC) is known color: Blue Gem. HEX triplet: 3F, 34 and AC. RGB value is (63,52,172). Sum of RGB (Red+Green+Blue) = 63+52+172=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F34AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F34AC is #C0CB53. Grayscale: #444444. Windows color (decimal): -12634964 or 11285567. OLE color: 11285567.
HSL color Cylindrical-coordinate representation of color #3F34AC: hue angle of 245.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F34AC is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 52 | 172 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.33 |
| HSL | 245.5º | 0.54% | 0.44% | - |
| HSV(B) | 245.5º | 0.7% | 0.67% | - |
| XYZ | 10.72 | 6.49 | 39.72 | - |
| YUV | 68.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 172 | 0.63 | 0.70 | 0 | 0.33 | 245.5 | 0.54 | 0.44 |
| Hex | 3F | 34 | AC | 3F | 46 | 0 | 21 | F6 | 36 | 2C |
| Octal | 77 | 64 | 254 | 77 | 106 | 0 | 41 | 366 | 66 | 54 |
| Binary | 111111 | 110100 | 10101100 | 111111 | 1000110 | 0 | 100001 | 11110110 | 110110 | 101100 |
Color Harmonies of #3F34AC
Complementary color
Monochromatic Colors of #3F34AC
Black with #3F34AC
Text Example
Text Example
White with #3F34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F34AC; }
p { color: rgb(63,52,172); }
H1.HeaderClassName
{
color: #3F34AC;
}
.AnyTagClassName
{
color: #3F34AC;
}
</style>
background-color css
<style>
a { background-color: #3F34AC; }
a { background-color: rgb(63,52,172); }
div.DivClassName
{
background-color: #3F34AC;
}
.BgClassName
{
background-color: #3F34AC;
}
</style>
border-color css
<style>
span { border-color: #3F34AC; }
span { border-color: rgb(63,52,172); }
td.TdClassName
{
border-color: #3F34AC;
}
.TagClassName
{
border-color: #3F34AC;
}
</style>