Shades of Blue Gem #423DA9
Tints of Blue Gem #423DA9
RGB
CMYK
RGB Variations
Color information
#423DA9 (or 0x423DA9) is known color: Blue Gem. HEX triplet: 42, 3D and A9. RGB value is (66,61,169). Sum of RGB (Red+Green+Blue) = 66+61+169=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 169 (66.41% from 255 or 57.09% from 296); Max value from RGB is 169 - color contains mainly: blue. Hex color #423DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423DA9 is #BDC256. Grayscale: #4A4A4A. Windows color (decimal): -12436055 or 11091266. OLE color: 11091266.
HSL color Cylindrical-coordinate representation of color #423DA9: hue angle of 242.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #423DA9 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 61 | 169 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.34 |
| HSL | 242.78º | 0.47% | 0.45% | - |
| HSV(B) | 242.78º | 0.64% | 0.66% | - |
| XYZ | 11.08 | 7.36 | 38.37 | - |
| YUV | 74.81 | 181.16 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 169 | 0.61 | 0.64 | 0 | 0.34 | 242.78 | 0.47 | 0.45 |
| Hex | 42 | 3D | A9 | 3D | 40 | 0 | 22 | F3 | 2F | 2D |
| Octal | 102 | 75 | 251 | 75 | 100 | 0 | 42 | 363 | 57 | 55 |
| Binary | 1000010 | 111101 | 10101001 | 111101 | 1000000 | 0 | 100010 | 11110011 | 101111 | 101101 |
Color Harmonies of #423DA9
Complementary color
Monochromatic Colors of #423DA9
Black with #423DA9
Text Example
Text Example
White with #423DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DA9; }
p { color: rgb(66,61,169); }
H1.HeaderClassName
{
color: #423DA9;
}
.AnyTagClassName
{
color: #423DA9;
}
</style>
background-color css
<style>
a { background-color: #423DA9; }
a { background-color: rgb(66,61,169); }
div.DivClassName
{
background-color: #423DA9;
}
.BgClassName
{
background-color: #423DA9;
}
</style>
border-color css
<style>
span { border-color: #423DA9; }
span { border-color: rgb(66,61,169); }
td.TdClassName
{
border-color: #423DA9;
}
.TagClassName
{
border-color: #423DA9;
}
</style>