Html Css Color HEX #398880 Lochinvar

📋 copy color: '#398880'

red 57 ◦ green 136 ◦ blue 128

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

Shades of Lochinvar #398880

Tints of Lochinvar #398880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

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

R = 17.76%
G = 42.37%
B = 39.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#398880 (or 0x398880) is known color: Lochinvar. HEX triplet: 39, 88 and 80. RGB value is (57,136,128). Sum of RGB (Red+Green+Blue) = 57+136+128=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #398880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398880 is #C6777F. Grayscale: #6F6F6F. Windows color (decimal): -13006720 or 8423481. OLE color: 8423481.

HSL color Cylindrical-coordinate representation of color #398880: hue angle of 173.92º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398880 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 136 128 -
CMYK 0.58 0 0.06 0.47
HSL 173.92º 0.41% 0.38% -
HSV(B) 173.92º 0.58% 0.53% -
XYZ 14.39 20.04 23.53 -
YUV 111.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 57 136 128 0.58 0 0.06 0.47 173.92 0.41 0.38
Hex 39 88 80 3A 0 6 2F AE 29 26
Octal 71 210 200 72 0 6 57 256 51 46
Binary 111001 10001000 10000000 111010 0 110 101111 10101110 101001 100110

Color Harmonies of #398880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398880

Black with #398880

Text Example


Text Example

White with #398880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398880; }

 p { color: rgb(57,136,128); }

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

background-color css

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

 a { background-color: rgb(57,136,128); }

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

border-color css

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

 span { border-color: rgb(57,136,128); }

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