Shades of Blue Gem #423EA8
Tints of Blue Gem #423EA8
RGB
CMYK
RGB Variations
Color information
#423EA8 (or 0x423EA8) is known color: Blue Gem. HEX triplet: 42, 3E and A8. RGB value is (66,62,168). Sum of RGB (Red+Green+Blue) = 66+62+168=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 168 (66.02% from 255 or 56.76% from 296); Max value from RGB is 168 - color contains mainly: blue. Hex color #423EA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423EA8 is #BDC157. Grayscale: #4A4A4A. Windows color (decimal): -12435800 or 11025986. OLE color: 11025986.
HSL color Cylindrical-coordinate representation of color #423EA8: hue angle of 242.26º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423EA8 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 62 | 168 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.34 |
| HSL | 242.26º | 0.46% | 0.45% | - |
| HSV(B) | 242.26º | 0.63% | 0.66% | - |
| XYZ | 11.04 | 7.43 | 37.9 | - |
| YUV | 75.28 | 180.33 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 168 | 0.61 | 0.63 | 0 | 0.34 | 242.26 | 0.46 | 0.45 |
| Hex | 42 | 3E | A8 | 3D | 3F | 0 | 22 | F2 | 2E | 2D |
| Octal | 102 | 76 | 250 | 75 | 77 | 0 | 42 | 362 | 56 | 55 |
| Binary | 1000010 | 111110 | 10101000 | 111101 | 111111 | 0 | 100010 | 11110010 | 101110 | 101101 |
Color Harmonies of #423EA8
Complementary color
Monochromatic Colors of #423EA8
Black with #423EA8
Text Example
Text Example
White with #423EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423EA8; }
p { color: rgb(66,62,168); }
H1.HeaderClassName
{
color: #423EA8;
}
.AnyTagClassName
{
color: #423EA8;
}
</style>
background-color css
<style>
a { background-color: #423EA8; }
a { background-color: rgb(66,62,168); }
div.DivClassName
{
background-color: #423EA8;
}
.BgClassName
{
background-color: #423EA8;
}
</style>
border-color css
<style>
span { border-color: #423EA8; }
span { border-color: rgb(66,62,168); }
td.TdClassName
{
border-color: #423EA8;
}
.TagClassName
{
border-color: #423EA8;
}
</style>