Shades of Blue Gem #4335AB
Tints of Blue Gem #4335AB
RGB
CMYK
RGB Variations
Color information
#4335AB (or 0x4335AB) is known color: Blue Gem. HEX triplet: 43, 35 and AB. RGB value is (67,53,171). Sum of RGB (Red+Green+Blue) = 67+53+171=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #4335AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4335AB is #BCCA54. Grayscale: #464646. Windows color (decimal): -12372565 or 11220291. OLE color: 11220291.
HSL color Cylindrical-coordinate representation of color #4335AB: hue angle of 247.12º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4335AB is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 53 | 171 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.33 |
| HSL | 247.12º | 0.53% | 0.44% | - |
| HSV(B) | 247.12º | 0.69% | 0.67% | - |
| XYZ | 10.94 | 6.68 | 39.24 | - |
| YUV | 70.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 171 | 0.61 | 0.69 | 0 | 0.33 | 247.12 | 0.53 | 0.44 |
| Hex | 43 | 35 | AB | 3D | 45 | 0 | 21 | F7 | 35 | 2C |
| Octal | 103 | 65 | 253 | 75 | 105 | 0 | 41 | 367 | 65 | 54 |
| Binary | 1000011 | 110101 | 10101011 | 111101 | 1000101 | 0 | 100001 | 11110111 | 110101 | 101100 |
Color Harmonies of #4335AB
Complementary color
Monochromatic Colors of #4335AB
Black with #4335AB
Text Example
Text Example
White with #4335AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4335AB; }
p { color: rgb(67,53,171); }
H1.HeaderClassName
{
color: #4335AB;
}
.AnyTagClassName
{
color: #4335AB;
}
</style>
background-color css
<style>
a { background-color: #4335AB; }
a { background-color: rgb(67,53,171); }
div.DivClassName
{
background-color: #4335AB;
}
.BgClassName
{
background-color: #4335AB;
}
</style>
border-color css
<style>
span { border-color: #4335AB; }
span { border-color: rgb(67,53,171); }
td.TdClassName
{
border-color: #4335AB;
}
.TagClassName
{
border-color: #4335AB;
}
</style>