Shades of Blue Gem #423BAD
Tints of Blue Gem #423BAD
RGB
CMYK
RGB Variations
Color information
#423BAD (or 0x423BAD) is known color: Blue Gem. HEX triplet: 42, 3B and AD. RGB value is (66,59,173). Sum of RGB (Red+Green+Blue) = 66+59+173=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #423BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423BAD is #BDC452. Grayscale: #494949. Windows color (decimal): -12436563 or 11352898. OLE color: 11352898.
HSL color Cylindrical-coordinate representation of color #423BAD: hue angle of 243.68º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423BAD is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 59 | 173 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.32 |
| HSL | 243.68º | 0.49% | 0.45% | - |
| HSV(B) | 243.68º | 0.66% | 0.68% | - |
| XYZ | 11.35 | 7.3 | 40.35 | - |
| YUV | 74.09 | 183.82 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 173 | 0.62 | 0.66 | 0 | 0.32 | 243.68 | 0.49 | 0.45 |
| Hex | 42 | 3B | AD | 3E | 42 | 0 | 20 | F4 | 31 | 2D |
| Octal | 102 | 73 | 255 | 76 | 102 | 0 | 40 | 364 | 61 | 55 |
| Binary | 1000010 | 111011 | 10101101 | 111110 | 1000010 | 0 | 100000 | 11110100 | 110001 | 101101 |
Color Harmonies of #423BAD
Complementary color
Monochromatic Colors of #423BAD
Black with #423BAD
Text Example
Text Example
White with #423BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423BAD; }
p { color: rgb(66,59,173); }
H1.HeaderClassName
{
color: #423BAD;
}
.AnyTagClassName
{
color: #423BAD;
}
</style>
background-color css
<style>
a { background-color: #423BAD; }
a { background-color: rgb(66,59,173); }
div.DivClassName
{
background-color: #423BAD;
}
.BgClassName
{
background-color: #423BAD;
}
</style>
border-color css
<style>
span { border-color: #423BAD; }
span { border-color: rgb(66,59,173); }
td.TdClassName
{
border-color: #423BAD;
}
.TagClassName
{
border-color: #423BAD;
}
</style>