Shades of Blue Gem #3F23AD
Tints of Blue Gem #3F23AD
RGB
CMYK
RGB Variations
Color information
#3F23AD (or 0x3F23AD) is known color: Blue Gem. HEX triplet: 3F, 23 and AD. RGB value is (63,35,173). Sum of RGB (Red+Green+Blue) = 63+35+173=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F23AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F23AD is #C0DC52. Grayscale: #3A3A3A. Windows color (decimal): -12639315 or 11346751. OLE color: 11346751.
HSL color Cylindrical-coordinate representation of color #3F23AD: hue angle of 252.17º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F23AD is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 35 | 173 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.32 |
| HSL | 252.17º | 0.66% | 0.41% | - |
| HSV(B) | 252.17º | 0.8% | 0.68% | - |
| XYZ | 10.19 | 5.28 | 40.02 | - |
| YUV | 59.1 | 192.28 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 173 | 0.64 | 0.80 | 0 | 0.32 | 252.17 | 0.66 | 0.41 |
| Hex | 3F | 23 | AD | 40 | 50 | 0 | 20 | FC | 42 | 29 |
| Octal | 77 | 43 | 255 | 100 | 120 | 0 | 40 | 374 | 102 | 51 |
| Binary | 111111 | 100011 | 10101101 | 1000000 | 1010000 | 0 | 100000 | 11111100 | 1000010 | 101001 |
Color Harmonies of #3F23AD
Complementary color
Monochromatic Colors of #3F23AD
Black with #3F23AD
Text Example
Text Example
White with #3F23AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F23AD; }
p { color: rgb(63,35,173); }
H1.HeaderClassName
{
color: #3F23AD;
}
.AnyTagClassName
{
color: #3F23AD;
}
</style>
background-color css
<style>
a { background-color: #3F23AD; }
a { background-color: rgb(63,35,173); }
div.DivClassName
{
background-color: #3F23AD;
}
.BgClassName
{
background-color: #3F23AD;
}
</style>
border-color css
<style>
span { border-color: #3F23AD; }
span { border-color: rgb(63,35,173); }
td.TdClassName
{
border-color: #3F23AD;
}
.TagClassName
{
border-color: #3F23AD;
}
</style>