Shades of Blue Gem #423DA1
Tints of Blue Gem #423DA1
RGB
CMYK
RGB Variations
Color information
#423DA1 (or 0x423DA1) is known color: Blue Gem. HEX triplet: 42, 3D and A1. RGB value is (66,61,161). Sum of RGB (Red+Green+Blue) = 66+61+161=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #423DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423DA1 is #BDC25E. Grayscale: #494949. Windows color (decimal): -12436063 or 10566978. OLE color: 10566978.
HSL color Cylindrical-coordinate representation of color #423DA1: hue angle of 243º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423DA1 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 61 | 161 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.37 |
| HSL | 243º | 0.45% | 0.44% | - |
| HSV(B) | 243º | 0.62% | 0.63% | - |
| XYZ | 10.35 | 7.07 | 34.54 | - |
| YUV | 73.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 161 | 0.59 | 0.62 | 0 | 0.37 | 243 | 0.45 | 0.44 |
| Hex | 42 | 3D | A1 | 3B | 3E | 0 | 25 | F3 | 2D | 2C |
| Octal | 102 | 75 | 241 | 73 | 76 | 0 | 45 | 363 | 55 | 54 |
| Binary | 1000010 | 111101 | 10100001 | 111011 | 111110 | 0 | 100101 | 11110011 | 101101 | 101100 |
Color Harmonies of #423DA1
Complementary color
Monochromatic Colors of #423DA1
Black with #423DA1
Text Example
Text Example
White with #423DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DA1; }
p { color: rgb(66,61,161); }
H1.HeaderClassName
{
color: #423DA1;
}
.AnyTagClassName
{
color: #423DA1;
}
</style>
background-color css
<style>
a { background-color: #423DA1; }
a { background-color: rgb(66,61,161); }
div.DivClassName
{
background-color: #423DA1;
}
.BgClassName
{
background-color: #423DA1;
}
</style>
border-color css
<style>
span { border-color: #423DA1; }
span { border-color: rgb(66,61,161); }
td.TdClassName
{
border-color: #423DA1;
}
.TagClassName
{
border-color: #423DA1;
}
</style>