#368F84

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

Shades of Lochinvar #368F84

Tints of Lochinvar #368F84

Color information

#368F84 (or 0x368F84) is unknown color: approx Lochinvar. HEX triplet: 36, 8F and 84. RGB value is (54,143,132). Sum of RGB (Red+Green+Blue) = 54+143+132=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #368F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368F84 is #C9707B. Grayscale: #737373. Windows color (decimal): -13201532 or 8687414. OLE color: 8687414.

HSL color Cylindrical-coordinate representation of color #368F84: hue angle of 172.58º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368F84 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB54143132-
CMYK0.6200.080.44
HSL172.58º45.18%38.63%-
HSV(B)172.58º62.24%56.08%-
XYZ15.5122.125.28-
YUV115.14137.5184.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 143 (56.25% from 255) = 43.47%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=16.41%
G=43.47%
B=40.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541431320.6200.080.44172.5845.1838.63
Hex368F843E082Cad2d27
Octal6621720476010542555547
Binary11011010001111100001001111100100010110010101101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368F84; }

 p { color: rgb(54,143,132); }

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

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

 a { background-color: rgb(54,143,132); }

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

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

 span { border-color: rgb(54,143,132); }

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