#398881

Color #398881 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #398881

Tints of Lochinvar #398881

Color information

#398881 (or 0x398881) is unknown color: approx Lochinvar. HEX triplet: 39, 88 and 81. RGB value is (57,136,129). Sum of RGB (Red+Green+Blue) = 57+136+129=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #398881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398881 is #C6777E. Grayscale: #6F6F6F. Windows color (decimal): -13006719 or 8489017. OLE color: 8489017.

HSL color Cylindrical-coordinate representation of color #398881: hue angle of 174.68º 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 #398881 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB57136129-
CMYK0.5800.050.47
HSL174.68º40.93%37.84%-
HSV(B)174.68º58.09%53.33%-
XYZ14.4520.0623.88-
YUV111.58137.8389.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=17.70%
G=42.24%
B=40.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571361290.5800.050.47174.6840.9337.84
Hex3988813A052Faf2926
Octal712102017205572575146
Binary1110011000100010000001111010010110111110101111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398881; }

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

 H1.HeaderClassName
 {
   color: #398881;
 }
 .AnyTagClassName
 {
   color: #398881;
 }
</style>
background-color css

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

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

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

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

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

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