Shades of Blue Gem #3F38A6
Tints of Blue Gem #3F38A6
RGB
CMYK
RGB Variations
Color information
#3F38A6 (or 0x3F38A6) is known color: Blue Gem. HEX triplet: 3F, 38 and A6. RGB value is (63,56,166). Sum of RGB (Red+Green+Blue) = 63+56+166=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #3F38A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F38A6 is #C0C759. Grayscale: #464646. Windows color (decimal): -12633946 or 10893375. OLE color: 10893375.
HSL color Cylindrical-coordinate representation of color #3F38A6: hue angle of 243.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F38A6 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 56 | 166 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.35 |
| HSL | 243.82º | 0.5% | 0.44% | - |
| HSV(B) | 243.82º | 0.66% | 0.65% | - |
| XYZ | 10.35 | 6.64 | 36.81 | - |
| YUV | 70.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 166 | 0.62 | 0.66 | 0 | 0.35 | 243.82 | 0.5 | 0.44 |
| Hex | 3F | 38 | A6 | 3E | 42 | 0 | 23 | F4 | 32 | 2C |
| Octal | 77 | 70 | 246 | 76 | 102 | 0 | 43 | 364 | 62 | 54 |
| Binary | 111111 | 111000 | 10100110 | 111110 | 1000010 | 0 | 100011 | 11110100 | 110010 | 101100 |
Color Harmonies of #3F38A6
Complementary color
Monochromatic Colors of #3F38A6
Black with #3F38A6
Text Example
Text Example
White with #3F38A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F38A6; }
p { color: rgb(63,56,166); }
H1.HeaderClassName
{
color: #3F38A6;
}
.AnyTagClassName
{
color: #3F38A6;
}
</style>
background-color css
<style>
a { background-color: #3F38A6; }
a { background-color: rgb(63,56,166); }
div.DivClassName
{
background-color: #3F38A6;
}
.BgClassName
{
background-color: #3F38A6;
}
</style>
border-color css
<style>
span { border-color: #3F38A6; }
span { border-color: rgb(63,56,166); }
td.TdClassName
{
border-color: #3F38A6;
}
.TagClassName
{
border-color: #3F38A6;
}
</style>