Shades of Mariner #435E8C
Tints of Mariner #435E8C
RGB
CMYK
RGB Variations
Color information
#435E8C (or 0x435E8C) is known color: Mariner. HEX triplet: 43, 5E and 8C. RGB value is (67,94,140). Sum of RGB (Red+Green+Blue) = 67+94+140=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #435E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435E8C is #BCA173. Grayscale: #5A5A5A. Windows color (decimal): -12362100 or 9199171. OLE color: 9199171.
HSL color Cylindrical-coordinate representation of color #435E8C: hue angle of 217.81º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #435E8C is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 94 | 140 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.45 |
| HSL | 217.81º | 0.35% | 0.41% | - |
| HSV(B) | 217.81º | 0.52% | 0.55% | - |
| XYZ | 11.05 | 11.09 | 26.37 | - |
| YUV | 91.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 140 | 0.52 | 0.33 | 0 | 0.45 | 217.81 | 0.35 | 0.41 |
| Hex | 43 | 5E | 8C | 34 | 21 | 0 | 2D | DA | 23 | 29 |
| Octal | 103 | 136 | 214 | 64 | 41 | 0 | 55 | 332 | 43 | 51 |
| Binary | 1000011 | 1011110 | 10001100 | 110100 | 100001 | 0 | 101101 | 11011010 | 100011 | 101001 |
Color Harmonies of #435E8C
Complementary color
Monochromatic Colors of #435E8C
Black with #435E8C
Text Example
Text Example
White with #435E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435E8C; }
p { color: rgb(67,94,140); }
H1.HeaderClassName
{
color: #435E8C;
}
.AnyTagClassName
{
color: #435E8C;
}
</style>
background-color css
<style>
a { background-color: #435E8C; }
a { background-color: rgb(67,94,140); }
div.DivClassName
{
background-color: #435E8C;
}
.BgClassName
{
background-color: #435E8C;
}
</style>
border-color css
<style>
span { border-color: #435E8C; }
span { border-color: rgb(67,94,140); }
td.TdClassName
{
border-color: #435E8C;
}
.TagClassName
{
border-color: #435E8C;
}
</style>