Shades of Mariner #435FA4
Tints of Mariner #435FA4
RGB
CMYK
RGB Variations
Color information
#435FA4 (or 0x435FA4) is known color: Mariner. HEX triplet: 43, 5F and A4. RGB value is (67,95,164). Sum of RGB (Red+Green+Blue) = 67+95+164=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #435FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435FA4 is #BCA05B. Grayscale: #5E5E5E. Windows color (decimal): -12361820 or 10772291. OLE color: 10772291.
HSL color Cylindrical-coordinate representation of color #435FA4: hue angle of 222.68º 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 #435FA4 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 95 | 164 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.36 |
| HSL | 222.68º | 0.42% | 0.45% | - |
| HSV(B) | 222.68º | 0.59% | 0.64% | - |
| XYZ | 13.11 | 12.06 | 36.76 | - |
| YUV | 94.49 | 167.22 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 164 | 0.59 | 0.42 | 0 | 0.36 | 222.68 | 0.42 | 0.45 |
| Hex | 43 | 5F | A4 | 3B | 2A | 0 | 24 | DF | 2A | 2D |
| Octal | 103 | 137 | 244 | 73 | 52 | 0 | 44 | 337 | 52 | 55 |
| Binary | 1000011 | 1011111 | 10100100 | 111011 | 101010 | 0 | 100100 | 11011111 | 101010 | 101101 |
Color Harmonies of #435FA4
Complementary color
Monochromatic Colors of #435FA4
Black with #435FA4
Text Example
Text Example
White with #435FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435FA4; }
p { color: rgb(67,95,164); }
H1.HeaderClassName
{
color: #435FA4;
}
.AnyTagClassName
{
color: #435FA4;
}
</style>
background-color css
<style>
a { background-color: #435FA4; }
a { background-color: rgb(67,95,164); }
div.DivClassName
{
background-color: #435FA4;
}
.BgClassName
{
background-color: #435FA4;
}
</style>
border-color css
<style>
span { border-color: #435FA4; }
span { border-color: rgb(67,95,164); }
td.TdClassName
{
border-color: #435FA4;
}
.TagClassName
{
border-color: #435FA4;
}
</style>