Html Css Color HEX #438B7D Lochinvar

📋 copy color: '#438B7D'

red 67 ◦ green 139 ◦ blue 125

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

Shades of Lochinvar #438B7D

Tints of Lochinvar #438B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 20.24%
G = 41.99%
B = 37.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#438B7D (or 0x438B7D) is known color: Lochinvar. HEX triplet: 43, 8B and 7D. RGB value is (67,139,125). Sum of RGB (Red+Green+Blue) = 67+139+125=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #438B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438B7D is #BC7482. Grayscale: #737373. Windows color (decimal): -12350595 or 8227651. OLE color: 8227651.

HSL color Cylindrical-coordinate representation of color #438B7D: hue angle of 168.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438B7D is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 139 125 -
CMYK 0.52 0 0.10 0.45
HSL 168.33º 0.35% 0.4% -
HSV(B) 168.33º 0.52% 0.55% -
XYZ 15.25 21.14 22.68 -
YUV 115.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 67 139 125 0.52 0 0.10 0.45 168.33 0.35 0.4
Hex 43 8B 7D 34 0 A 2D A8 23 28
Octal 103 213 175 64 0 12 55 250 43 50
Binary 1000011 10001011 1111101 110100 0 1010 101101 10101000 100011 101000

Color Harmonies of #438B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438B7D

Black with #438B7D

Text Example


Text Example

White with #438B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,139,125); }

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

background-color css

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

 a { background-color: rgb(67,139,125); }

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

border-color css

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

 span { border-color: rgb(67,139,125); }

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