Html Css Color HEX #3A897F Lochinvar

📋 copy color: '#3A897F'

red 58 ◦ green 137 ◦ blue 127

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

Shades of Lochinvar #3A897F

Tints of Lochinvar #3A897F

RGB

 RED value IS 58 (23.05% from 255) = 18.01%

 GREEN value IS 137 (53.91% from 255) = 42.55%

 BLUE value IS 127 (50% from 255) = 39.44%

R = 18.01%
G = 42.55%
B = 39.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#3A897F (or 0x3A897F) is known color: Lochinvar. HEX triplet: 3A, 89 and 7F. RGB value is (58,137,127). Sum of RGB (Red+Green+Blue) = 58+137+127=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #3A897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A897F is #C57680. Grayscale: #707070. Windows color (decimal): -12940929 or 8358202. OLE color: 8358202.

HSL color Cylindrical-coordinate representation of color #3A897F: hue angle of 172.41º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A897F is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 137 127 -
CMYK 0.58 0 0.07 0.46
HSL 172.41º 0.41% 0.38% -
HSV(B) 172.41º 0.58% 0.54% -
XYZ 14.52 20.32 23.24 -
YUV 112.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 58 137 127 0.58 0 0.07 0.46 172.41 0.41 0.38
Hex 3A 89 7F 3A 0 7 2E AC 29 26
Octal 72 211 177 72 0 7 56 254 51 46
Binary 111010 10001001 1111111 111010 0 111 101110 10101100 101001 100110

Color Harmonies of #3A897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A897F

Black with #3A897F

Text Example


Text Example

White with #3A897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A897F; }

 p { color: rgb(58,137,127); }

 H1.HeaderClassName
 {
   color: #3A897F;
 }
 .AnyTagClassName
 {
   color: #3A897F;
 }
</style>

background-color css

<style>
 a { background-color: #3A897F; }

 a { background-color: rgb(58,137,127); }

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

border-color css

<style>
 span { border-color: #3A897F; }

 span { border-color: rgb(58,137,127); }

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