Shades of Blue Gem #4235A2
Tints of Blue Gem #4235A2
RGB
CMYK
RGB Variations
Color information
#4235A2 (or 0x4235A2) is known color: Blue Gem. HEX triplet: 42, 35 and A2. RGB value is (66,53,162). Sum of RGB (Red+Green+Blue) = 66+53+162=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 162 (63.67% from 255 or 57.65% from 281); Max value from RGB is 162 - color contains mainly: blue. Hex color #4235A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4235A2 is #BDCA5D. Grayscale: #444444. Windows color (decimal): -12438110 or 10630466. OLE color: 10630466.
HSL color Cylindrical-coordinate representation of color #4235A2: hue angle of 247.16º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4235A2 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 53 | 162 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.36 |
| HSL | 247.16º | 0.51% | 0.42% | - |
| HSV(B) | 247.16º | 0.67% | 0.64% | - |
| XYZ | 10.04 | 6.31 | 34.87 | - |
| YUV | 69.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 162 | 0.59 | 0.67 | 0 | 0.36 | 247.16 | 0.51 | 0.42 |
| Hex | 42 | 35 | A2 | 3B | 43 | 0 | 24 | F7 | 33 | 2A |
| Octal | 102 | 65 | 242 | 73 | 103 | 0 | 44 | 367 | 63 | 52 |
| Binary | 1000010 | 110101 | 10100010 | 111011 | 1000011 | 0 | 100100 | 11110111 | 110011 | 101010 |
Color Harmonies of #4235A2
Complementary color
Monochromatic Colors of #4235A2
Black with #4235A2
Text Example
Text Example
White with #4235A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4235A2; }
p { color: rgb(66,53,162); }
H1.HeaderClassName
{
color: #4235A2;
}
.AnyTagClassName
{
color: #4235A2;
}
</style>
background-color css
<style>
a { background-color: #4235A2; }
a { background-color: rgb(66,53,162); }
div.DivClassName
{
background-color: #4235A2;
}
.BgClassName
{
background-color: #4235A2;
}
</style>
border-color css
<style>
span { border-color: #4235A2; }
span { border-color: rgb(66,53,162); }
td.TdClassName
{
border-color: #4235A2;
}
.TagClassName
{
border-color: #4235A2;
}
</style>