Shades of Blue Gem #3F27A5
Tints of Blue Gem #3F27A5
RGB
CMYK
RGB Variations
Color information
#3F27A5 (or 0x3F27A5) is known color: Blue Gem. HEX triplet: 3F, 27 and A5. RGB value is (63,39,165). Sum of RGB (Red+Green+Blue) = 63+39+165=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 165 (64.84% from 255 or 61.80% from 267); Max value from RGB is 165 - color contains mainly: blue. Hex color #3F27A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F27A5 is #C0D85A. Grayscale: #3C3C3C. Windows color (decimal): -12638299 or 10823487. OLE color: 10823487.
HSL color Cylindrical-coordinate representation of color #3F27A5: hue angle of 251.43º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F27A5 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 39 | 165 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.35 |
| HSL | 251.43º | 0.62% | 0.4% | - |
| HSV(B) | 251.43º | 0.76% | 0.65% | - |
| XYZ | 9.57 | 5.22 | 36.1 | - |
| YUV | 60.54 | 186.95 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 165 | 0.62 | 0.76 | 0 | 0.35 | 251.43 | 0.62 | 0.4 |
| Hex | 3F | 27 | A5 | 3E | 4C | 0 | 23 | FB | 3E | 28 |
| Octal | 77 | 47 | 245 | 76 | 114 | 0 | 43 | 373 | 76 | 50 |
| Binary | 111111 | 100111 | 10100101 | 111110 | 1001100 | 0 | 100011 | 11111011 | 111110 | 101000 |
Color Harmonies of #3F27A5
Complementary color
Monochromatic Colors of #3F27A5
Black with #3F27A5
Text Example
Text Example
White with #3F27A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F27A5; }
p { color: rgb(63,39,165); }
H1.HeaderClassName
{
color: #3F27A5;
}
.AnyTagClassName
{
color: #3F27A5;
}
</style>
background-color css
<style>
a { background-color: #3F27A5; }
a { background-color: rgb(63,39,165); }
div.DivClassName
{
background-color: #3F27A5;
}
.BgClassName
{
background-color: #3F27A5;
}
</style>
border-color css
<style>
span { border-color: #3F27A5; }
span { border-color: rgb(63,39,165); }
td.TdClassName
{
border-color: #3F27A5;
}
.TagClassName
{
border-color: #3F27A5;
}
</style>