Shades of Mariner #435BA4
Tints of Mariner #435BA4
RGB
CMYK
RGB Variations
Color information
#435BA4 (or 0x435BA4) is known color: Mariner. HEX triplet: 43, 5B and A4. RGB value is (67,91,164). Sum of RGB (Red+Green+Blue) = 67+91+164=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #435BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435BA4 is #BCA45B. Grayscale: #5B5B5B. Windows color (decimal): -12362844 or 10771267. OLE color: 10771267.
HSL color Cylindrical-coordinate representation of color #435BA4: hue angle of 225.15º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #435BA4 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 91 | 164 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.36 |
| HSL | 225.15º | 0.42% | 0.45% | - |
| HSV(B) | 225.15º | 0.59% | 0.64% | - |
| XYZ | 12.76 | 11.36 | 36.64 | - |
| YUV | 92.15 | 168.55 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 164 | 0.59 | 0.45 | 0 | 0.36 | 225.15 | 0.42 | 0.45 |
| Hex | 43 | 5B | A4 | 3B | 2D | 0 | 24 | E1 | 2A | 2D |
| Octal | 103 | 133 | 244 | 73 | 55 | 0 | 44 | 341 | 52 | 55 |
| Binary | 1000011 | 1011011 | 10100100 | 111011 | 101101 | 0 | 100100 | 11100001 | 101010 | 101101 |
Color Harmonies of #435BA4
Complementary color
Monochromatic Colors of #435BA4
Black with #435BA4
Text Example
Text Example
White with #435BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435BA4; }
p { color: rgb(67,91,164); }
H1.HeaderClassName
{
color: #435BA4;
}
.AnyTagClassName
{
color: #435BA4;
}
</style>
background-color css
<style>
a { background-color: #435BA4; }
a { background-color: rgb(67,91,164); }
div.DivClassName
{
background-color: #435BA4;
}
.BgClassName
{
background-color: #435BA4;
}
</style>
border-color css
<style>
span { border-color: #435BA4; }
span { border-color: rgb(67,91,164); }
td.TdClassName
{
border-color: #435BA4;
}
.TagClassName
{
border-color: #435BA4;
}
</style>