Shades of Blue Gem #3F33AC
Tints of Blue Gem #3F33AC
RGB
CMYK
RGB Variations
Color information
#3F33AC (or 0x3F33AC) is known color: Blue Gem. HEX triplet: 3F, 33 and AC. RGB value is (63,51,172). Sum of RGB (Red+Green+Blue) = 63+51+172=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F33AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F33AC is #C0CC53. Grayscale: #434343. Windows color (decimal): -12635220 or 11285311. OLE color: 11285311.
HSL color Cylindrical-coordinate representation of color #3F33AC: hue angle of 245.95º 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 #3F33AC is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 51 | 172 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.33 |
| HSL | 245.95º | 0.54% | 0.44% | - |
| HSV(B) | 245.95º | 0.7% | 0.67% | - |
| XYZ | 10.68 | 6.4 | 39.7 | - |
| YUV | 68.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 172 | 0.63 | 0.70 | 0 | 0.33 | 245.95 | 0.54 | 0.44 |
| Hex | 3F | 33 | AC | 3F | 46 | 0 | 21 | F6 | 36 | 2C |
| Octal | 77 | 63 | 254 | 77 | 106 | 0 | 41 | 366 | 66 | 54 |
| Binary | 111111 | 110011 | 10101100 | 111111 | 1000110 | 0 | 100001 | 11110110 | 110110 | 101100 |
Color Harmonies of #3F33AC
Complementary color
Monochromatic Colors of #3F33AC
Black with #3F33AC
Text Example
Text Example
White with #3F33AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F33AC; }
p { color: rgb(63,51,172); }
H1.HeaderClassName
{
color: #3F33AC;
}
.AnyTagClassName
{
color: #3F33AC;
}
</style>
background-color css
<style>
a { background-color: #3F33AC; }
a { background-color: rgb(63,51,172); }
div.DivClassName
{
background-color: #3F33AC;
}
.BgClassName
{
background-color: #3F33AC;
}
</style>
border-color css
<style>
span { border-color: #3F33AC; }
span { border-color: rgb(63,51,172); }
td.TdClassName
{
border-color: #3F33AC;
}
.TagClassName
{
border-color: #3F33AC;
}
</style>