Html Css Color HEX #388980 Lochinvar

📋 copy color: '#388980'

red 56 ◦ green 137 ◦ blue 128

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

Shades of Lochinvar #388980

Tints of Lochinvar #388980

RGB

 RED value IS 56 (22.27% from 255) = 17.45%

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

 BLUE value IS 128 (50.39% from 255) = 39.88%

R = 17.45%
G = 42.68%
B = 39.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#388980 (or 0x388980) is known color: Lochinvar. HEX triplet: 38, 89 and 80. RGB value is (56,137,128). Sum of RGB (Red+Green+Blue) = 56+137+128=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #388980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388980 is #C7767F. Grayscale: #6F6F6F. Windows color (decimal): -13072000 or 8423736. OLE color: 8423736.

HSL color Cylindrical-coordinate representation of color #388980: hue angle of 173.33º 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 #388980 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 137 128 -
CMYK 0.59 0 0.07 0.46
HSL 173.33º 0.42% 0.38% -
HSV(B) 173.33º 0.59% 0.54% -
XYZ 14.47 20.29 23.58 -
YUV 111.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 56 137 128 0.59 0 0.07 0.46 173.33 0.42 0.38
Hex 38 89 80 3B 0 7 2E AD 2A 26
Octal 70 211 200 73 0 7 56 255 52 46
Binary 111000 10001001 10000000 111011 0 111 101110 10101101 101010 100110

Color Harmonies of #388980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388980

Black with #388980

Text Example


Text Example

White with #388980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388980; }

 p { color: rgb(56,137,128); }

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

background-color css

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

 a { background-color: rgb(56,137,128); }

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

border-color css

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

 span { border-color: rgb(56,137,128); }

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