Shades of Mariner #435DAA
Tints of Mariner #435DAA
RGB
CMYK
RGB Variations
Color information
#435DAA (or 0x435DAA) is known color: Mariner. HEX triplet: 43, 5D and AA. RGB value is (67,93,170). Sum of RGB (Red+Green+Blue) = 67+93+170=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #435DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435DAA is #BCA255. Grayscale: #5D5D5D. Windows color (decimal): -12362326 or 11164995. OLE color: 11164995.
HSL color Cylindrical-coordinate representation of color #435DAA: hue angle of 224.85º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #435DAA is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 93 | 170 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.33 |
| HSL | 224.85º | 0.43% | 0.46% | - |
| HSV(B) | 224.85º | 0.61% | 0.67% | - |
| XYZ | 13.48 | 11.92 | 39.62 | - |
| YUV | 94 | 170.89 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 170 | 0.61 | 0.45 | 0 | 0.33 | 224.85 | 0.43 | 0.46 |
| Hex | 43 | 5D | AA | 3D | 2D | 0 | 21 | E1 | 2B | 2E |
| Octal | 103 | 135 | 252 | 75 | 55 | 0 | 41 | 341 | 53 | 56 |
| Binary | 1000011 | 1011101 | 10101010 | 111101 | 101101 | 0 | 100001 | 11100001 | 101011 | 101110 |
Color Harmonies of #435DAA
Complementary color
Monochromatic Colors of #435DAA
Black with #435DAA
Text Example
Text Example
White with #435DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435DAA; }
p { color: rgb(67,93,170); }
H1.HeaderClassName
{
color: #435DAA;
}
.AnyTagClassName
{
color: #435DAA;
}
</style>
background-color css
<style>
a { background-color: #435DAA; }
a { background-color: rgb(67,93,170); }
div.DivClassName
{
background-color: #435DAA;
}
.BgClassName
{
background-color: #435DAA;
}
</style>
border-color css
<style>
span { border-color: #435DAA; }
span { border-color: rgb(67,93,170); }
td.TdClassName
{
border-color: #435DAA;
}
.TagClassName
{
border-color: #435DAA;
}
</style>