Shades of Blue Gem #42399B
Tints of Blue Gem #42399B
RGB
CMYK
RGB Variations
Color information
#42399B (or 0x42399B) is known color: Blue Gem. HEX triplet: 42, 39 and 9B. RGB value is (66,57,155). Sum of RGB (Red+Green+Blue) = 66+57+155=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #42399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42399B is #BDC664. Grayscale: #464646. Windows color (decimal): -12437093 or 10172738. OLE color: 10172738.
HSL color Cylindrical-coordinate representation of color #42399B: hue angle of 245.51º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42399B is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 57 | 155 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.39 |
| HSL | 245.51º | 0.46% | 0.42% | - |
| HSV(B) | 245.51º | 0.63% | 0.61% | - |
| XYZ | 9.63 | 6.45 | 31.75 | - |
| YUV | 70.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 155 | 0.57 | 0.63 | 0 | 0.39 | 245.51 | 0.46 | 0.42 |
| Hex | 42 | 39 | 9B | 39 | 3F | 0 | 27 | F6 | 2E | 2A |
| Octal | 102 | 71 | 233 | 71 | 77 | 0 | 47 | 366 | 56 | 52 |
| Binary | 1000010 | 111001 | 10011011 | 111001 | 111111 | 0 | 100111 | 11110110 | 101110 | 101010 |
Color Harmonies of #42399B
Complementary color
Monochromatic Colors of #42399B
Black with #42399B
Text Example
Text Example
White with #42399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42399B; }
p { color: rgb(66,57,155); }
H1.HeaderClassName
{
color: #42399B;
}
.AnyTagClassName
{
color: #42399B;
}
</style>
background-color css
<style>
a { background-color: #42399B; }
a { background-color: rgb(66,57,155); }
div.DivClassName
{
background-color: #42399B;
}
.BgClassName
{
background-color: #42399B;
}
</style>
border-color css
<style>
span { border-color: #42399B; }
span { border-color: rgb(66,57,155); }
td.TdClassName
{
border-color: #42399B;
}
.TagClassName
{
border-color: #42399B;
}
</style>