Shades of Blue Gem #4134AF
Tints of Blue Gem #4134AF
RGB
CMYK
RGB Variations
Color information
#4134AF (or 0x4134AF) is known color: Blue Gem. HEX triplet: 41, 34 and AF. RGB value is (65,52,175). Sum of RGB (Red+Green+Blue) = 65+52+175=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #4134AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4134AF is #BECB50. Grayscale: #454545. Windows color (decimal): -12503889 or 11482177. OLE color: 11482177.
HSL color Cylindrical-coordinate representation of color #4134AF: hue angle of 246.34º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4134AF is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 52 | 175 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.31 |
| HSL | 246.34º | 0.54% | 0.45% | - |
| HSV(B) | 246.34º | 0.7% | 0.69% | - |
| XYZ | 11.15 | 6.67 | 41.26 | - |
| YUV | 69.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 52 | 175 | 0.63 | 0.70 | 0 | 0.31 | 246.34 | 0.54 | 0.45 |
| Hex | 41 | 34 | AF | 3F | 46 | 0 | 1F | F6 | 36 | 2D |
| Octal | 101 | 64 | 257 | 77 | 106 | 0 | 37 | 366 | 66 | 55 |
| Binary | 1000001 | 110100 | 10101111 | 111111 | 1000110 | 0 | 11111 | 11110110 | 110110 | 101101 |
Color Harmonies of #4134AF
Complementary color
Monochromatic Colors of #4134AF
Black with #4134AF
Text Example
Text Example
White with #4134AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4134AF; }
p { color: rgb(65,52,175); }
H1.HeaderClassName
{
color: #4134AF;
}
.AnyTagClassName
{
color: #4134AF;
}
</style>
background-color css
<style>
a { background-color: #4134AF; }
a { background-color: rgb(65,52,175); }
div.DivClassName
{
background-color: #4134AF;
}
.BgClassName
{
background-color: #4134AF;
}
</style>
border-color css
<style>
span { border-color: #4134AF; }
span { border-color: rgb(65,52,175); }
td.TdClassName
{
border-color: #4134AF;
}
.TagClassName
{
border-color: #4134AF;
}
</style>