Shades of Blue Gem #423BAF
Tints of Blue Gem #423BAF
RGB
CMYK
RGB Variations
Color information
#423BAF (or 0x423BAF) is known color: Blue Gem. HEX triplet: 42, 3B and AF. RGB value is (66,59,175). Sum of RGB (Red+Green+Blue) = 66+59+175=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #423BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423BAF is #BDC450. Grayscale: #494949. Windows color (decimal): -12436561 or 11483970. OLE color: 11483970.
HSL color Cylindrical-coordinate representation of color #423BAF: hue angle of 243.62º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423BAF is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 59 | 175 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.31 |
| HSL | 243.62º | 0.5% | 0.46% | - |
| HSV(B) | 243.62º | 0.66% | 0.69% | - |
| XYZ | 11.55 | 7.38 | 41.37 | - |
| YUV | 74.32 | 184.82 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 175 | 0.62 | 0.66 | 0 | 0.31 | 243.62 | 0.5 | 0.46 |
| Hex | 42 | 3B | AF | 3E | 42 | 0 | 1F | F4 | 32 | 2E |
| Octal | 102 | 73 | 257 | 76 | 102 | 0 | 37 | 364 | 62 | 56 |
| Binary | 1000010 | 111011 | 10101111 | 111110 | 1000010 | 0 | 11111 | 11110100 | 110010 | 101110 |
Color Harmonies of #423BAF
Complementary color
Monochromatic Colors of #423BAF
Black with #423BAF
Text Example
Text Example
White with #423BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423BAF; }
p { color: rgb(66,59,175); }
H1.HeaderClassName
{
color: #423BAF;
}
.AnyTagClassName
{
color: #423BAF;
}
</style>
background-color css
<style>
a { background-color: #423BAF; }
a { background-color: rgb(66,59,175); }
div.DivClassName
{
background-color: #423BAF;
}
.BgClassName
{
background-color: #423BAF;
}
</style>
border-color css
<style>
span { border-color: #423BAF; }
span { border-color: rgb(66,59,175); }
td.TdClassName
{
border-color: #423BAF;
}
.TagClassName
{
border-color: #423BAF;
}
</style>