Shades of Mariner #435DB0
Tints of Mariner #435DB0
RGB
CMYK
RGB Variations
Color information
#435DB0 (or 0x435DB0) is known color: Mariner. HEX triplet: 43, 5D and B0. RGB value is (67,93,176). Sum of RGB (Red+Green+Blue) = 67+93+176=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #435DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435DB0 is #BCA24F. Grayscale: #5E5E5E. Windows color (decimal): -12362320 or 11558211. OLE color: 11558211.
HSL color Cylindrical-coordinate representation of color #435DB0: hue angle of 225.69º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #435DB0 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 93 | 176 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.31 |
| HSL | 225.69º | 0.45% | 0.48% | - |
| HSV(B) | 225.69º | 0.62% | 0.69% | - |
| XYZ | 14.07 | 12.16 | 42.68 | - |
| YUV | 94.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 176 | 0.62 | 0.47 | 0 | 0.31 | 225.69 | 0.45 | 0.48 |
| Hex | 43 | 5D | B0 | 3E | 2F | 0 | 1F | E2 | 2D | 30 |
| Octal | 103 | 135 | 260 | 76 | 57 | 0 | 37 | 342 | 55 | 60 |
| Binary | 1000011 | 1011101 | 10110000 | 111110 | 101111 | 0 | 11111 | 11100010 | 101101 | 110000 |
Color Harmonies of #435DB0
Complementary color
Monochromatic Colors of #435DB0
Black with #435DB0
Text Example
Text Example
White with #435DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435DB0; }
p { color: rgb(67,93,176); }
H1.HeaderClassName
{
color: #435DB0;
}
.AnyTagClassName
{
color: #435DB0;
}
</style>
background-color css
<style>
a { background-color: #435DB0; }
a { background-color: rgb(67,93,176); }
div.DivClassName
{
background-color: #435DB0;
}
.BgClassName
{
background-color: #435DB0;
}
</style>
border-color css
<style>
span { border-color: #435DB0; }
span { border-color: rgb(67,93,176); }
td.TdClassName
{
border-color: #435DB0;
}
.TagClassName
{
border-color: #435DB0;
}
</style>