Shades of Mariner #435BAD
Tints of Mariner #435BAD
RGB
CMYK
RGB Variations
Color information
#435BAD (or 0x435BAD) is known color: Mariner. HEX triplet: 43, 5B and AD. RGB value is (67,91,173). Sum of RGB (Red+Green+Blue) = 67+91+173=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #435BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435BAD is #BCA452. Grayscale: #5C5C5C. Windows color (decimal): -12362835 or 11361091. OLE color: 11361091.
HSL color Cylindrical-coordinate representation of color #435BAD: hue angle of 226.42º 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 #435BAD is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 91 | 173 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.32 |
| HSL | 226.42º | 0.44% | 0.47% | - |
| HSV(B) | 226.42º | 0.61% | 0.68% | - |
| XYZ | 13.6 | 11.69 | 41.08 | - |
| YUV | 93.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 173 | 0.61 | 0.47 | 0 | 0.32 | 226.42 | 0.44 | 0.47 |
| Hex | 43 | 5B | AD | 3D | 2F | 0 | 20 | E2 | 2C | 2F |
| Octal | 103 | 133 | 255 | 75 | 57 | 0 | 40 | 342 | 54 | 57 |
| Binary | 1000011 | 1011011 | 10101101 | 111101 | 101111 | 0 | 100000 | 11100010 | 101100 | 101111 |
Color Harmonies of #435BAD
Complementary color
Monochromatic Colors of #435BAD
Black with #435BAD
Text Example
Text Example
White with #435BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435BAD; }
p { color: rgb(67,91,173); }
H1.HeaderClassName
{
color: #435BAD;
}
.AnyTagClassName
{
color: #435BAD;
}
</style>
background-color css
<style>
a { background-color: #435BAD; }
a { background-color: rgb(67,91,173); }
div.DivClassName
{
background-color: #435BAD;
}
.BgClassName
{
background-color: #435BAD;
}
</style>
border-color css
<style>
span { border-color: #435BAD; }
span { border-color: rgb(67,91,173); }
td.TdClassName
{
border-color: #435BAD;
}
.TagClassName
{
border-color: #435BAD;
}
</style>