Shades of Mariner #435BA1
Tints of Mariner #435BA1
RGB
CMYK
RGB Variations
Color information
#435BA1 (or 0x435BA1) is known color: Mariner. HEX triplet: 43, 5B and A1. RGB value is (67,91,161). Sum of RGB (Red+Green+Blue) = 67+91+161=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 161 (63.28% from 255 or 50.47% from 319); Max value from RGB is 161 - color contains mainly: blue. Hex color #435BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435BA1 is #BCA45E. Grayscale: #5B5B5B. Windows color (decimal): -12362847 or 10574659. OLE color: 10574659.
HSL color Cylindrical-coordinate representation of color #435BA1: hue angle of 224.68º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #435BA1 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 91 | 161 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.37 |
| HSL | 224.68º | 0.41% | 0.45% | - |
| HSV(B) | 224.68º | 0.58% | 0.63% | - |
| XYZ | 12.49 | 11.25 | 35.23 | - |
| YUV | 91.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 161 | 0.58 | 0.43 | 0 | 0.37 | 224.68 | 0.41 | 0.45 |
| Hex | 43 | 5B | A1 | 3A | 2B | 0 | 25 | E1 | 29 | 2D |
| Octal | 103 | 133 | 241 | 72 | 53 | 0 | 45 | 341 | 51 | 55 |
| Binary | 1000011 | 1011011 | 10100001 | 111010 | 101011 | 0 | 100101 | 11100001 | 101001 | 101101 |
Color Harmonies of #435BA1
Complementary color
Monochromatic Colors of #435BA1
Black with #435BA1
Text Example
Text Example
White with #435BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435BA1; }
p { color: rgb(67,91,161); }
H1.HeaderClassName
{
color: #435BA1;
}
.AnyTagClassName
{
color: #435BA1;
}
</style>
background-color css
<style>
a { background-color: #435BA1; }
a { background-color: rgb(67,91,161); }
div.DivClassName
{
background-color: #435BA1;
}
.BgClassName
{
background-color: #435BA1;
}
</style>
border-color css
<style>
span { border-color: #435BA1; }
span { border-color: rgb(67,91,161); }
td.TdClassName
{
border-color: #435BA1;
}
.TagClassName
{
border-color: #435BA1;
}
</style>