#358A81

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

Shades of Lochinvar #358A81

Tints of Lochinvar #358A81

Color information

#358A81 (or 0x358A81) is unknown color: approx Lochinvar. HEX triplet: 35, 8A and 81. RGB value is (53,138,129). Sum of RGB (Red+Green+Blue) = 53+138+129=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #358A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A81 is #CA757E. Grayscale: #6F6F6F. Windows color (decimal): -13268351 or 8489525. OLE color: 8489525.

HSL color Cylindrical-coordinate representation of color #358A81: hue angle of 173.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358A81 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB53138129-
CMYK0.6200.070.46
HSL173.65º44.5%37.45%-
HSV(B)173.65º61.59%54.12%-
XYZ14.5220.5223.96-
YUV111.56137.8486.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 138 (54.30% from 255) = 43.12%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=16.56%
G=43.12%
B=40.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531381290.6200.070.46173.6544.537.45
Hex358A813E072Eae2d25
Octal652122017607562565545
Binary1101011000101010000001111110011110111010101110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358A81; }

 p { color: rgb(53,138,129); }

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

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

 a { background-color: rgb(53,138,129); }

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

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

 span { border-color: rgb(53,138,129); }

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