Shades of Blue Gem #3F23A7
Tints of Blue Gem #3F23A7
RGB
CMYK
RGB Variations
Color information
#3F23A7 (or 0x3F23A7) is known color: Blue Gem. HEX triplet: 3F, 23 and A7. RGB value is (63,35,167). Sum of RGB (Red+Green+Blue) = 63+35+167=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 167 (65.62% from 255 or 63.02% from 265); Max value from RGB is 167 - color contains mainly: blue. Hex color #3F23A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F23A7 is #C0DC58. Grayscale: #393939. Windows color (decimal): -12639321 or 10953535. OLE color: 10953535.
HSL color Cylindrical-coordinate representation of color #3F23A7: hue angle of 252.73º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F23A7 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 35 | 167 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.35 |
| HSL | 252.73º | 0.65% | 0.4% | - |
| HSV(B) | 252.73º | 0.79% | 0.65% | - |
| XYZ | 9.63 | 5.05 | 37.03 | - |
| YUV | 58.42 | 189.28 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 167 | 0.62 | 0.79 | 0 | 0.35 | 252.73 | 0.65 | 0.4 |
| Hex | 3F | 23 | A7 | 3E | 4F | 0 | 23 | FD | 41 | 28 |
| Octal | 77 | 43 | 247 | 76 | 117 | 0 | 43 | 375 | 101 | 50 |
| Binary | 111111 | 100011 | 10100111 | 111110 | 1001111 | 0 | 100011 | 11111101 | 1000001 | 101000 |
Color Harmonies of #3F23A7
Complementary color
Monochromatic Colors of #3F23A7
Black with #3F23A7
Text Example
Text Example
White with #3F23A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F23A7; }
p { color: rgb(63,35,167); }
H1.HeaderClassName
{
color: #3F23A7;
}
.AnyTagClassName
{
color: #3F23A7;
}
</style>
background-color css
<style>
a { background-color: #3F23A7; }
a { background-color: rgb(63,35,167); }
div.DivClassName
{
background-color: #3F23A7;
}
.BgClassName
{
background-color: #3F23A7;
}
</style>
border-color css
<style>
span { border-color: #3F23A7; }
span { border-color: rgb(63,35,167); }
td.TdClassName
{
border-color: #3F23A7;
}
.TagClassName
{
border-color: #3F23A7;
}
</style>