Shades of Blue Gem #3F359C
Tints of Blue Gem #3F359C
RGB
CMYK
RGB Variations
Color information
#3F359C (or 0x3F359C) is known color: Blue Gem. HEX triplet: 3F, 35 and 9C. RGB value is (63,53,156). Sum of RGB (Red+Green+Blue) = 63+53+156=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F359C is #C0CA63. Grayscale: #434343. Windows color (decimal): -12634724 or 10237247. OLE color: 10237247.
HSL color Cylindrical-coordinate representation of color #3F359C: hue angle of 245.83º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F359C is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 53 | 156 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.39 |
| HSL | 245.83º | 0.49% | 0.41% | - |
| HSV(B) | 245.83º | 0.66% | 0.61% | - |
| XYZ | 9.32 | 6 | 32.12 | - |
| YUV | 67.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 156 | 0.60 | 0.66 | 0 | 0.39 | 245.83 | 0.49 | 0.41 |
| Hex | 3F | 35 | 9C | 3C | 42 | 0 | 27 | F6 | 31 | 29 |
| Octal | 77 | 65 | 234 | 74 | 102 | 0 | 47 | 366 | 61 | 51 |
| Binary | 111111 | 110101 | 10011100 | 111100 | 1000010 | 0 | 100111 | 11110110 | 110001 | 101001 |
Color Harmonies of #3F359C
Complementary color
Monochromatic Colors of #3F359C
Black with #3F359C
Text Example
Text Example
White with #3F359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F359C; }
p { color: rgb(63,53,156); }
H1.HeaderClassName
{
color: #3F359C;
}
.AnyTagClassName
{
color: #3F359C;
}
</style>
background-color css
<style>
a { background-color: #3F359C; }
a { background-color: rgb(63,53,156); }
div.DivClassName
{
background-color: #3F359C;
}
.BgClassName
{
background-color: #3F359C;
}
</style>
border-color css
<style>
span { border-color: #3F359C; }
span { border-color: rgb(63,53,156); }
td.TdClassName
{
border-color: #3F359C;
}
.TagClassName
{
border-color: #3F359C;
}
</style>