Shades of Blue Gem #423AB2
Tints of Blue Gem #423AB2
RGB
CMYK
RGB Variations
Color information
#423AB2 (or 0x423AB2) is known color: Blue Gem. HEX triplet: 42, 3A and B2. RGB value is (66,58,178). Sum of RGB (Red+Green+Blue) = 66+58+178=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 178 (69.92% from 255 or 58.94% from 302); Max value from RGB is 178 - color contains mainly: blue. Hex color #423AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423AB2 is #BDC54D. Grayscale: #494949. Windows color (decimal): -12436814 or 11680322. OLE color: 11680322.
HSL color Cylindrical-coordinate representation of color #423AB2: hue angle of 244º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423AB2 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 58 | 178 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.30 |
| HSL | 244º | 0.51% | 0.46% | - |
| HSV(B) | 244º | 0.67% | 0.7% | - |
| XYZ | 11.8 | 7.4 | 42.93 | - |
| YUV | 74.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 178 | 0.63 | 0.67 | 0 | 0.30 | 244 | 0.51 | 0.46 |
| Hex | 42 | 3A | B2 | 3F | 43 | 0 | 1E | F4 | 33 | 2E |
| Octal | 102 | 72 | 262 | 77 | 103 | 0 | 36 | 364 | 63 | 56 |
| Binary | 1000010 | 111010 | 10110010 | 111111 | 1000011 | 0 | 11110 | 11110100 | 110011 | 101110 |
Color Harmonies of #423AB2
Complementary color
Monochromatic Colors of #423AB2
Black with #423AB2
Text Example
Text Example
White with #423AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423AB2; }
p { color: rgb(66,58,178); }
H1.HeaderClassName
{
color: #423AB2;
}
.AnyTagClassName
{
color: #423AB2;
}
</style>
background-color css
<style>
a { background-color: #423AB2; }
a { background-color: rgb(66,58,178); }
div.DivClassName
{
background-color: #423AB2;
}
.BgClassName
{
background-color: #423AB2;
}
</style>
border-color css
<style>
span { border-color: #423AB2; }
span { border-color: rgb(66,58,178); }
td.TdClassName
{
border-color: #423AB2;
}
.TagClassName
{
border-color: #423AB2;
}
</style>