Shades of Fiord #435E71
Tints of Fiord #435E71
RGB
CMYK
RGB Variations
Color information
#435E71 (or 0x435E71) is known color: Fiord. HEX triplet: 43, 5E and 71. RGB value is (67,94,113). Sum of RGB (Red+Green+Blue) = 67+94+113=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #435E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435E71 is #BCA18E. Grayscale: #575757. Windows color (decimal): -12362127 or 7429699. OLE color: 7429699.
HSL color Cylindrical-coordinate representation of color #435E71: hue angle of 204.78º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #435E71 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 94 | 113 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.56 |
| HSL | 204.78º | 0.26% | 0.35% | - |
| HSV(B) | 204.78º | 0.41% | 0.44% | - |
| XYZ | 9.3 | 10.39 | 17.14 | - |
| YUV | 88.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 113 | 0.41 | 0.17 | 0 | 0.56 | 204.78 | 0.26 | 0.35 |
| Hex | 43 | 5E | 71 | 29 | 11 | 0 | 38 | CD | 1A | 23 |
| Octal | 103 | 136 | 161 | 51 | 21 | 0 | 70 | 315 | 32 | 43 |
| Binary | 1000011 | 1011110 | 1110001 | 101001 | 10001 | 0 | 111000 | 11001101 | 11010 | 100011 |
Color Harmonies of #435E71
Complementary color
Monochromatic Colors of #435E71
Black with #435E71
Text Example
Text Example
White with #435E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435E71; }
p { color: rgb(67,94,113); }
H1.HeaderClassName
{
color: #435E71;
}
.AnyTagClassName
{
color: #435E71;
}
</style>
background-color css
<style>
a { background-color: #435E71; }
a { background-color: rgb(67,94,113); }
div.DivClassName
{
background-color: #435E71;
}
.BgClassName
{
background-color: #435E71;
}
</style>
border-color css
<style>
span { border-color: #435E71; }
span { border-color: rgb(67,94,113); }
td.TdClassName
{
border-color: #435E71;
}
.TagClassName
{
border-color: #435E71;
}
</style>