Shades of Mariner #435FB1
Tints of Mariner #435FB1
RGB
CMYK
RGB Variations
Color information
#435FB1 (or 0x435FB1) is known color: Mariner. HEX triplet: 43, 5F and B1. RGB value is (67,95,177). Sum of RGB (Red+Green+Blue) = 67+95+177=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #435FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435FB1 is #BCA04E. Grayscale: #5F5F5F. Windows color (decimal): -12361807 or 11624259. OLE color: 11624259.
HSL color Cylindrical-coordinate representation of color #435FB1: hue angle of 224.73º 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 #435FB1 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 95 | 177 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.31 |
| HSL | 224.73º | 0.45% | 0.48% | - |
| HSV(B) | 224.73º | 0.62% | 0.69% | - |
| XYZ | 14.34 | 12.55 | 43.26 | - |
| YUV | 95.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 177 | 0.62 | 0.46 | 0 | 0.31 | 224.73 | 0.45 | 0.48 |
| Hex | 43 | 5F | B1 | 3E | 2E | 0 | 1F | E1 | 2D | 30 |
| Octal | 103 | 137 | 261 | 76 | 56 | 0 | 37 | 341 | 55 | 60 |
| Binary | 1000011 | 1011111 | 10110001 | 111110 | 101110 | 0 | 11111 | 11100001 | 101101 | 110000 |
Color Harmonies of #435FB1
Complementary color
Monochromatic Colors of #435FB1
Black with #435FB1
Text Example
Text Example
White with #435FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435FB1; }
p { color: rgb(67,95,177); }
H1.HeaderClassName
{
color: #435FB1;
}
.AnyTagClassName
{
color: #435FB1;
}
</style>
background-color css
<style>
a { background-color: #435FB1; }
a { background-color: rgb(67,95,177); }
div.DivClassName
{
background-color: #435FB1;
}
.BgClassName
{
background-color: #435FB1;
}
</style>
border-color css
<style>
span { border-color: #435FB1; }
span { border-color: rgb(67,95,177); }
td.TdClassName
{
border-color: #435FB1;
}
.TagClassName
{
border-color: #435FB1;
}
</style>