Shades of Blue Gem #3F369D
Tints of Blue Gem #3F369D
RGB
CMYK
RGB Variations
Color information
#3F369D (or 0x3F369D) is known color: Blue Gem. HEX triplet: 3F, 36 and 9D. RGB value is (63,54,157). Sum of RGB (Red+Green+Blue) = 63+54+157=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F369D is #C0C962. Grayscale: #444444. Windows color (decimal): -12634467 or 10303039. OLE color: 10303039.
HSL color Cylindrical-coordinate representation of color #3F369D: hue angle of 245.24º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F369D is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 54 | 157 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.38 |
| HSL | 245.24º | 0.49% | 0.41% | - |
| HSV(B) | 245.24º | 0.66% | 0.62% | - |
| XYZ | 9.45 | 6.13 | 32.58 | - |
| YUV | 68.43 | 177.98 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 157 | 0.60 | 0.66 | 0 | 0.38 | 245.24 | 0.49 | 0.41 |
| Hex | 3F | 36 | 9D | 3C | 42 | 0 | 26 | F5 | 31 | 29 |
| Octal | 77 | 66 | 235 | 74 | 102 | 0 | 46 | 365 | 61 | 51 |
| Binary | 111111 | 110110 | 10011101 | 111100 | 1000010 | 0 | 100110 | 11110101 | 110001 | 101001 |
Color Harmonies of #3F369D
Complementary color
Monochromatic Colors of #3F369D
Black with #3F369D
Text Example
Text Example
White with #3F369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F369D; }
p { color: rgb(63,54,157); }
H1.HeaderClassName
{
color: #3F369D;
}
.AnyTagClassName
{
color: #3F369D;
}
</style>
background-color css
<style>
a { background-color: #3F369D; }
a { background-color: rgb(63,54,157); }
div.DivClassName
{
background-color: #3F369D;
}
.BgClassName
{
background-color: #3F369D;
}
</style>
border-color css
<style>
span { border-color: #3F369D; }
span { border-color: rgb(63,54,157); }
td.TdClassName
{
border-color: #3F369D;
}
.TagClassName
{
border-color: #3F369D;
}
</style>