Shades of Blue Gem #3F33AA
Tints of Blue Gem #3F33AA
RGB
CMYK
RGB Variations
Color information
#3F33AA (or 0x3F33AA) is known color: Blue Gem. HEX triplet: 3F, 33 and AA. RGB value is (63,51,170). Sum of RGB (Red+Green+Blue) = 63+51+170=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F33AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F33AA is #C0CC55. Grayscale: #434343. Windows color (decimal): -12635222 or 11154239. OLE color: 11154239.
HSL color Cylindrical-coordinate representation of color #3F33AA: hue angle of 246.05º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F33AA is Cyan = 0.63, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 51 | 170 | - |
| CMYK | 0.63 | 0.7 | 0 | 0.33 |
| HSL | 246.05º | 0.54% | 0.43% | - |
| HSV(B) | 246.05º | 0.7% | 0.67% | - |
| XYZ | 10.49 | 6.33 | 38.7 | - |
| YUV | 68.15 | 185.48 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 170 | 0.63 | 0.7 | 0 | 0.33 | 246.05 | 0.54 | 0.43 |
| Hex | 3F | 33 | AA | 3F | 46 | 0 | 21 | F6 | 36 | 2B |
| Octal | 77 | 63 | 252 | 77 | 106 | 0 | 41 | 366 | 66 | 53 |
| Binary | 111111 | 110011 | 10101010 | 111111 | 1000110 | 0 | 100001 | 11110110 | 110110 | 101011 |
Color Harmonies of #3F33AA
Complementary color
Monochromatic Colors of #3F33AA
Black with #3F33AA
Text Example
Text Example
White with #3F33AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F33AA; }
p { color: rgb(63,51,170); }
H1.HeaderClassName
{
color: #3F33AA;
}
.AnyTagClassName
{
color: #3F33AA;
}
</style>
background-color css
<style>
a { background-color: #3F33AA; }
a { background-color: rgb(63,51,170); }
div.DivClassName
{
background-color: #3F33AA;
}
.BgClassName
{
background-color: #3F33AA;
}
</style>
border-color css
<style>
span { border-color: #3F33AA; }
span { border-color: rgb(63,51,170); }
td.TdClassName
{
border-color: #3F33AA;
}
.TagClassName
{
border-color: #3F33AA;
}
</style>