Html Css Color HEX #398C84 Lochinvar

📋 copy color: '#398C84'

red 57 ◦ green 140 ◦ blue 132

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

Shades of Lochinvar #398C84

Tints of Lochinvar #398C84

RGB

 RED value IS 57 (22.66% from 255) = 17.33%

 GREEN value IS 140 (55.08% from 255) = 42.55%

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 17.33%
G = 42.55%
B = 40.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#398C84 (or 0x398C84) is known color: Lochinvar. HEX triplet: 39, 8C and 84. RGB value is (57,140,132). Sum of RGB (Red+Green+Blue) = 57+140+132=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #398C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398C84 is #C6737B. Grayscale: #727272. Windows color (decimal): -13005692 or 8686649. OLE color: 8686649.

HSL color Cylindrical-coordinate representation of color #398C84: hue angle of 174.22º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C84 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 140 132 -
CMYK 0.59 0 0.06 0.45
HSL 174.22º 0.42% 0.39% -
HSV(B) 174.22º 0.59% 0.55% -
XYZ 15.23 21.29 25.14 -
YUV 114.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 57 140 132 0.59 0 0.06 0.45 174.22 0.42 0.39
Hex 39 8C 84 3B 0 6 2D AE 2A 27
Octal 71 214 204 73 0 6 55 256 52 47
Binary 111001 10001100 10000100 111011 0 110 101101 10101110 101010 100111

Color Harmonies of #398C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398C84

Black with #398C84

Text Example


Text Example

White with #398C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398C84; }

 p { color: rgb(57,140,132); }

 H1.HeaderClassName
 {
   color: #398C84;
 }
 .AnyTagClassName
 {
   color: #398C84;
 }
</style>

background-color css

<style>
 a { background-color: #398C84; }

 a { background-color: rgb(57,140,132); }

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

border-color css

<style>
 span { border-color: #398C84; }

 span { border-color: rgb(57,140,132); }

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