Html Css Color HEX #438F89 Lochinvar

📋 copy color: '#438F89'

red 67 ◦ green 143 ◦ blue 137

#438F89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #438F89

Tints of Lochinvar #438F89

RGB

 RED value IS 67 (26.56% from 255) = 19.31%

 GREEN value IS 143 (56.25% from 255) = 41.21%

 BLUE value IS 137 (53.91% from 255) = 39.48%

R = 19.31%
G = 41.21%
B = 39.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#438F89 (or 0x438F89) is known color: Lochinvar. HEX triplet: 43, 8F and 89. RGB value is (67,143,137). Sum of RGB (Red+Green+Blue) = 67+143+137=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 143 - color contains mainly: green. Hex color #438F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438F89 is #BC7076. Grayscale: #777777. Windows color (decimal): -12349559 or 9015107. OLE color: 9015107.

HSL color Cylindrical-coordinate representation of color #438F89: hue angle of 175.26º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438F89 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 143 137 -
CMYK 0.53 0 0.04 0.44
HSL 175.26º 0.36% 0.41% -
HSV(B) 175.26º 0.53% 0.56% -
XYZ 16.65 22.64 27.16 -
YUV 119.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 67 143 137 0.53 0 0.04 0.44 175.26 0.36 0.41
Hex 43 8F 89 35 0 4 2C AF 24 29
Octal 103 217 211 65 0 4 54 257 44 51
Binary 1000011 10001111 10001001 110101 0 100 101100 10101111 100100 101001

Color Harmonies of #438F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438F89

Black with #438F89

Text Example


Text Example

White with #438F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438F89; }

 p { color: rgb(67,143,137); }

 H1.HeaderClassName
 {
   color: #438F89;
 }
 .AnyTagClassName
 {
   color: #438F89;
 }
</style>

background-color css

<style>
 a { background-color: #438F89; }

 a { background-color: rgb(67,143,137); }

 div.DivClassName
 {
   background-color: #438F89;
 }
 .BgClassName
 {
   background-color: #438F89;
 }
</style>

border-color css

<style>
 span { border-color: #438F89; }

 span { border-color: rgb(67,143,137); }

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