Shades of Mariner #4368AE
Tints of Mariner #4368AE
RGB
CMYK
RGB Variations
Color information
#4368AE (or 0x4368AE) is known color: Mariner. HEX triplet: 43, 68 and AE. RGB value is (67,104,174). Sum of RGB (Red+Green+Blue) = 67+104+174=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #4368AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4368AE is #BC9751. Grayscale: #646464. Windows color (decimal): -12359506 or 11429955. OLE color: 11429955.
HSL color Cylindrical-coordinate representation of color #4368AE: hue angle of 219.25º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4368AE is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 104 | 174 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.32 |
| HSL | 219.25º | 0.44% | 0.47% | - |
| HSV(B) | 219.25º | 0.61% | 0.68% | - |
| XYZ | 14.91 | 14.15 | 41.99 | - |
| YUV | 100.92 | 169.24 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 104 | 174 | 0.61 | 0.40 | 0 | 0.32 | 219.25 | 0.44 | 0.47 |
| Hex | 43 | 68 | AE | 3D | 28 | 0 | 20 | DB | 2C | 2F |
| Octal | 103 | 150 | 256 | 75 | 50 | 0 | 40 | 333 | 54 | 57 |
| Binary | 1000011 | 1101000 | 10101110 | 111101 | 101000 | 0 | 100000 | 11011011 | 101100 | 101111 |
Color Harmonies of #4368AE
Complementary color
Monochromatic Colors of #4368AE
Black with #4368AE
Text Example
Text Example
White with #4368AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4368AE; }
p { color: rgb(67,104,174); }
H1.HeaderClassName
{
color: #4368AE;
}
.AnyTagClassName
{
color: #4368AE;
}
</style>
background-color css
<style>
a { background-color: #4368AE; }
a { background-color: rgb(67,104,174); }
div.DivClassName
{
background-color: #4368AE;
}
.BgClassName
{
background-color: #4368AE;
}
</style>
border-color css
<style>
span { border-color: #4368AE; }
span { border-color: rgb(67,104,174); }
td.TdClassName
{
border-color: #4368AE;
}
.TagClassName
{
border-color: #4368AE;
}
</style>