Html Css Color HEX #398A7C Lochinvar

📋 copy color: '#398A7C'

red 57 ◦ green 138 ◦ blue 124

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

Shades of Lochinvar #398A7C

Tints of Lochinvar #398A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.26%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 17.87%
G = 43.26%
B = 38.87%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#398A7C (or 0x398A7C) is known color: Lochinvar. HEX triplet: 39, 8A and 7C. RGB value is (57,138,124). Sum of RGB (Red+Green+Blue) = 57+138+124=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #398A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A7C is #C67583. Grayscale: #707070. Windows color (decimal): -13006212 or 8161849. OLE color: 8161849.

HSL color Cylindrical-coordinate representation of color #398A7C: hue angle of 169.63º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398A7C is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 138 124 -
CMYK 0.59 0 0.10 0.46
HSL 169.63º 0.42% 0.38% -
HSV(B) 169.63º 0.59% 0.54% -
XYZ 14.41 20.5 22.27 -
YUV 112.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 57 138 124 0.59 0 0.10 0.46 169.63 0.42 0.38
Hex 39 8A 7C 3B 0 A 2E AA 2A 26
Octal 71 212 174 73 0 12 56 252 52 46
Binary 111001 10001010 1111100 111011 0 1010 101110 10101010 101010 100110

Color Harmonies of #398A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398A7C

Black with #398A7C

Text Example


Text Example

White with #398A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,138,124); }

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

background-color css

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

 a { background-color: rgb(57,138,124); }

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

border-color css

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

 span { border-color: rgb(57,138,124); }

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