Shades of Blue Gem #3F289D
Tints of Blue Gem #3F289D
RGB
CMYK
RGB Variations
Color information
#3F289D (or 0x3F289D) is known color: Blue Gem. HEX triplet: 3F, 28 and 9D. RGB value is (63,40,157). Sum of RGB (Red+Green+Blue) = 63+40+157=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F289D is #C0D762. Grayscale: #3B3B3B. Windows color (decimal): -12638051 or 10299455. OLE color: 10299455.
HSL color Cylindrical-coordinate representation of color #3F289D: hue angle of 251.79º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F289D is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 40 | 157 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.38 |
| HSL | 251.79º | 0.59% | 0.39% | - |
| HSV(B) | 251.79º | 0.75% | 0.62% | - |
| XYZ | 8.89 | 5.01 | 32.4 | - |
| YUV | 60.22 | 182.62 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 157 | 0.60 | 0.75 | 0 | 0.38 | 251.79 | 0.59 | 0.39 |
| Hex | 3F | 28 | 9D | 3C | 4B | 0 | 26 | FC | 3B | 27 |
| Octal | 77 | 50 | 235 | 74 | 113 | 0 | 46 | 374 | 73 | 47 |
| Binary | 111111 | 101000 | 10011101 | 111100 | 1001011 | 0 | 100110 | 11111100 | 111011 | 100111 |
Color Harmonies of #3F289D
Complementary color
Monochromatic Colors of #3F289D
Black with #3F289D
Text Example
Text Example
White with #3F289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F289D; }
p { color: rgb(63,40,157); }
H1.HeaderClassName
{
color: #3F289D;
}
.AnyTagClassName
{
color: #3F289D;
}
</style>
background-color css
<style>
a { background-color: #3F289D; }
a { background-color: rgb(63,40,157); }
div.DivClassName
{
background-color: #3F289D;
}
.BgClassName
{
background-color: #3F289D;
}
</style>
border-color css
<style>
span { border-color: #3F289D; }
span { border-color: rgb(63,40,157); }
td.TdClassName
{
border-color: #3F289D;
}
.TagClassName
{
border-color: #3F289D;
}
</style>