Shades of Mariner #435BAC
Tints of Mariner #435BAC
RGB
CMYK
RGB Variations
Color information
#435BAC (or 0x435BAC) is known color: Mariner. HEX triplet: 43, 5B and AC. RGB value is (67,91,172). Sum of RGB (Red+Green+Blue) = 67+91+172=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #435BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435BAC is #BCA453. Grayscale: #5C5C5C. Windows color (decimal): -12362836 or 11295555. OLE color: 11295555.
HSL color Cylindrical-coordinate representation of color #435BAC: hue angle of 226.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #435BAC is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 91 | 172 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.33 |
| HSL | 226.29º | 0.44% | 0.47% | - |
| HSV(B) | 226.29º | 0.61% | 0.67% | - |
| XYZ | 13.5 | 11.65 | 40.57 | - |
| YUV | 93.06 | 172.55 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 172 | 0.61 | 0.47 | 0 | 0.33 | 226.29 | 0.44 | 0.47 |
| Hex | 43 | 5B | AC | 3D | 2F | 0 | 21 | E2 | 2C | 2F |
| Octal | 103 | 133 | 254 | 75 | 57 | 0 | 41 | 342 | 54 | 57 |
| Binary | 1000011 | 1011011 | 10101100 | 111101 | 101111 | 0 | 100001 | 11100010 | 101100 | 101111 |
Color Harmonies of #435BAC
Complementary color
Monochromatic Colors of #435BAC
Black with #435BAC
Text Example
Text Example
White with #435BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435BAC; }
p { color: rgb(67,91,172); }
H1.HeaderClassName
{
color: #435BAC;
}
.AnyTagClassName
{
color: #435BAC;
}
</style>
background-color css
<style>
a { background-color: #435BAC; }
a { background-color: rgb(67,91,172); }
div.DivClassName
{
background-color: #435BAC;
}
.BgClassName
{
background-color: #435BAC;
}
</style>
border-color css
<style>
span { border-color: #435BAC; }
span { border-color: rgb(67,91,172); }
td.TdClassName
{
border-color: #435BAC;
}
.TagClassName
{
border-color: #435BAC;
}
</style>