Html Css Color HEX #3C897D Lochinvar

📋 copy color: '#3C897D'

red 60 ◦ green 137 ◦ blue 125

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

Shades of Lochinvar #3C897D

Tints of Lochinvar #3C897D

RGB

 RED value IS 60 (23.83% from 255) = 18.63%

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

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

R = 18.63%
G = 42.55%
B = 38.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#3C897D (or 0x3C897D) is known color: Lochinvar. HEX triplet: 3C, 89 and 7D. RGB value is (60,137,125). Sum of RGB (Red+Green+Blue) = 60+137+125=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #3C897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C897D is #C37682. Grayscale: #707070. Windows color (decimal): -12809859 or 8227132. OLE color: 8227132.

HSL color Cylindrical-coordinate representation of color #3C897D: hue angle of 170.65º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C897D is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 125 -
CMYK 0.56 0 0.09 0.46
HSL 170.65º 0.39% 0.39% -
HSV(B) 170.65º 0.56% 0.54% -
XYZ 14.51 20.33 22.56 -
YUV 112.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 60 137 125 0.56 0 0.09 0.46 170.65 0.39 0.39
Hex 3C 89 7D 38 0 9 2E AB 27 27
Octal 74 211 175 70 0 11 56 253 47 47
Binary 111100 10001001 1111101 111000 0 1001 101110 10101011 100111 100111

Color Harmonies of #3C897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C897D

Black with #3C897D

Text Example


Text Example

White with #3C897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,137,125); }

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

background-color css

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

 a { background-color: rgb(60,137,125); }

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

border-color css

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

 span { border-color: rgb(60,137,125); }

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