Shades of Mariner #42659C
Tints of Mariner #42659C
RGB
CMYK
RGB Variations
Color information
#42659C (or 0x42659C) is known color: Mariner. HEX triplet: 42, 65 and 9C. RGB value is (66,101,156). Sum of RGB (Red+Green+Blue) = 66+101+156=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #42659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42659C is #BD9A63. Grayscale: #606060. Windows color (decimal): -12425828 or 10249538. OLE color: 10249538.
HSL color Cylindrical-coordinate representation of color #42659C: hue angle of 216.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42659C is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 101 | 156 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.39 |
| HSL | 216.67º | 0.41% | 0.44% | - |
| HSV(B) | 216.67º | 0.58% | 0.61% | - |
| XYZ | 12.9 | 12.87 | 33.26 | - |
| YUV | 96.81 | 161.4 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 156 | 0.58 | 0.35 | 0 | 0.39 | 216.67 | 0.41 | 0.44 |
| Hex | 42 | 65 | 9C | 3A | 23 | 0 | 27 | D9 | 29 | 2C |
| Octal | 102 | 145 | 234 | 72 | 43 | 0 | 47 | 331 | 51 | 54 |
| Binary | 1000010 | 1100101 | 10011100 | 111010 | 100011 | 0 | 100111 | 11011001 | 101001 | 101100 |
Color Harmonies of #42659C
Complementary color
Monochromatic Colors of #42659C
Black with #42659C
Text Example
Text Example
White with #42659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42659C; }
p { color: rgb(66,101,156); }
H1.HeaderClassName
{
color: #42659C;
}
.AnyTagClassName
{
color: #42659C;
}
</style>
background-color css
<style>
a { background-color: #42659C; }
a { background-color: rgb(66,101,156); }
div.DivClassName
{
background-color: #42659C;
}
.BgClassName
{
background-color: #42659C;
}
</style>
border-color css
<style>
span { border-color: #42659C; }
span { border-color: rgb(66,101,156); }
td.TdClassName
{
border-color: #42659C;
}
.TagClassName
{
border-color: #42659C;
}
</style>