Shades of Blue Gem #3F309C
Tints of Blue Gem #3F309C
RGB
CMYK
RGB Variations
Color information
#3F309C (or 0x3F309C) is known color: Blue Gem. HEX triplet: 3F, 30 and 9C. RGB value is (63,48,156). Sum of RGB (Red+Green+Blue) = 63+48+156=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F309C is #C0CF63. Grayscale: #404040. Windows color (decimal): -12636004 or 10235967. OLE color: 10235967.
HSL color Cylindrical-coordinate representation of color #3F309C: hue angle of 248.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F309C is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 48 | 156 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.39 |
| HSL | 248.33º | 0.53% | 0.4% | - |
| HSV(B) | 248.33º | 0.69% | 0.61% | - |
| XYZ | 9.11 | 5.57 | 32.05 | - |
| YUV | 64.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 156 | 0.60 | 0.69 | 0 | 0.39 | 248.33 | 0.53 | 0.4 |
| Hex | 3F | 30 | 9C | 3C | 45 | 0 | 27 | F8 | 35 | 28 |
| Octal | 77 | 60 | 234 | 74 | 105 | 0 | 47 | 370 | 65 | 50 |
| Binary | 111111 | 110000 | 10011100 | 111100 | 1000101 | 0 | 100111 | 11111000 | 110101 | 101000 |
Color Harmonies of #3F309C
Complementary color
Monochromatic Colors of #3F309C
Black with #3F309C
Text Example
Text Example
White with #3F309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F309C; }
p { color: rgb(63,48,156); }
H1.HeaderClassName
{
color: #3F309C;
}
.AnyTagClassName
{
color: #3F309C;
}
</style>
background-color css
<style>
a { background-color: #3F309C; }
a { background-color: rgb(63,48,156); }
div.DivClassName
{
background-color: #3F309C;
}
.BgClassName
{
background-color: #3F309C;
}
</style>
border-color css
<style>
span { border-color: #3F309C; }
span { border-color: rgb(63,48,156); }
td.TdClassName
{
border-color: #3F309C;
}
.TagClassName
{
border-color: #3F309C;
}
</style>