Shades of Blue Gem #3F2D90
Tints of Blue Gem #3F2D90
RGB
CMYK
RGB Variations
Color information
#3F2D90 (or 0x3F2D90) is known color: Blue Gem. HEX triplet: 3F, 2D and 90. RGB value is (63,45,144). Sum of RGB (Red+Green+Blue) = 63+45+144=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F2D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2D90 is #C0D26F. Grayscale: #3D3D3D. Windows color (decimal): -12636784 or 9448767. OLE color: 9448767.
HSL color Cylindrical-coordinate representation of color #3F2D90: hue angle of 250.91º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F2D90 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 45 | 144 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.44 |
| HSL | 250.91º | 0.52% | 0.37% | - |
| HSV(B) | 250.91º | 0.69% | 0.56% | - |
| XYZ | 8.02 | 4.95 | 26.92 | - |
| YUV | 61.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 144 | 0.56 | 0.69 | 0 | 0.44 | 250.91 | 0.52 | 0.37 |
| Hex | 3F | 2D | 90 | 38 | 45 | 0 | 2C | FB | 34 | 25 |
| Octal | 77 | 55 | 220 | 70 | 105 | 0 | 54 | 373 | 64 | 45 |
| Binary | 111111 | 101101 | 10010000 | 111000 | 1000101 | 0 | 101100 | 11111011 | 110100 | 100101 |
Color Harmonies of #3F2D90
Complementary color
Monochromatic Colors of #3F2D90
Black with #3F2D90
Text Example
Text Example
White with #3F2D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2D90; }
p { color: rgb(63,45,144); }
H1.HeaderClassName
{
color: #3F2D90;
}
.AnyTagClassName
{
color: #3F2D90;
}
</style>
background-color css
<style>
a { background-color: #3F2D90; }
a { background-color: rgb(63,45,144); }
div.DivClassName
{
background-color: #3F2D90;
}
.BgClassName
{
background-color: #3F2D90;
}
</style>
border-color css
<style>
span { border-color: #3F2D90; }
span { border-color: rgb(63,45,144); }
td.TdClassName
{
border-color: #3F2D90;
}
.TagClassName
{
border-color: #3F2D90;
}
</style>