Shades of Blue Gem #423AAF
Tints of Blue Gem #423AAF
RGB
CMYK
RGB Variations
Color information
#423AAF (or 0x423AAF) is known color: Blue Gem. HEX triplet: 42, 3A and AF. RGB value is (66,58,175). Sum of RGB (Red+Green+Blue) = 66+58+175=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #423AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423AAF is #BDC550. Grayscale: #494949. Windows color (decimal): -12436817 or 11483714. OLE color: 11483714.
HSL color Cylindrical-coordinate representation of color #423AAF: hue angle of 244.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423AAF is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 58 | 175 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.31 |
| HSL | 244.1º | 0.5% | 0.46% | - |
| HSV(B) | 244.1º | 0.67% | 0.69% | - |
| XYZ | 11.5 | 7.28 | 41.36 | - |
| YUV | 73.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 175 | 0.62 | 0.67 | 0 | 0.31 | 244.1 | 0.5 | 0.46 |
| Hex | 42 | 3A | AF | 3E | 43 | 0 | 1F | F4 | 32 | 2E |
| Octal | 102 | 72 | 257 | 76 | 103 | 0 | 37 | 364 | 62 | 56 |
| Binary | 1000010 | 111010 | 10101111 | 111110 | 1000011 | 0 | 11111 | 11110100 | 110010 | 101110 |
Color Harmonies of #423AAF
Complementary color
Monochromatic Colors of #423AAF
Black with #423AAF
Text Example
Text Example
White with #423AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423AAF; }
p { color: rgb(66,58,175); }
H1.HeaderClassName
{
color: #423AAF;
}
.AnyTagClassName
{
color: #423AAF;
}
</style>
background-color css
<style>
a { background-color: #423AAF; }
a { background-color: rgb(66,58,175); }
div.DivClassName
{
background-color: #423AAF;
}
.BgClassName
{
background-color: #423AAF;
}
</style>
border-color css
<style>
span { border-color: #423AAF; }
span { border-color: rgb(66,58,175); }
td.TdClassName
{
border-color: #423AAF;
}
.TagClassName
{
border-color: #423AAF;
}
</style>