#435E70

Color #435E70 Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #435E70

Tints of Fiord #435E70

Color information

#435E70 (or 0x435E70) is unknown color: approx Fiord. HEX triplet: 43, 5E and 70. RGB value is (67,94,112). Sum of RGB (Red+Green+Blue) = 67+94+112=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #435E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435E70 is #BCA18F. Grayscale: #575757. Windows color (decimal): -12362128 or 7364163. OLE color: 7364163.

HSL color Cylindrical-coordinate representation of color #435E70: hue angle of 204º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #435E70 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6794112-
CMYK0.400.1600.56
HSL204º25.14%35.1%-
HSV(B)204º40.18%43.92%-
XYZ9.2410.3716.84-
YUV87.98141.55113.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 24.54%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=24.54%
G=34.43%
B=41.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67941120.400.1600.5620425.1435.1
Hex435E702810038cc1923
Octal10313616050200703143143
Binary1000011101111011100001010001000001110001100110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435E70; }

 p { color: rgb(67,94,112); }

 H1.HeaderClassName
 {
   color: #435E70;
 }
 .AnyTagClassName
 {
   color: #435E70;
 }
</style>
background-color css

<style>
 a { background-color: #435E70; }

 a { background-color: rgb(67,94,112); }

 div.DivClassName
 {
   background-color: #435E70;
 }
 .BgClassName
 {
   background-color: #435E70;
 }
</style>
border-color css

<style>
 span { border-color: #435E70; }

 span { border-color: rgb(67,94,112); }

 td.TdClassName
 {
   border-color: #435E70;
 }
 .TagClassName
 {
   border-color: #435E70;
 }
</style>