#368F83

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

Shades of Lochinvar #368F83

Tints of Lochinvar #368F83

Color information

#368F83 (or 0x368F83) is unknown color: approx Lochinvar. HEX triplet: 36, 8F and 83. RGB value is (54,143,131). Sum of RGB (Red+Green+Blue) = 54+143+131=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 143 - color contains mainly: green. Hex color #368F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368F83 is #C9707C. Grayscale: #727272. Windows color (decimal): -13201533 or 8621878. OLE color: 8621878.

HSL color Cylindrical-coordinate representation of color #368F83: hue angle of 171.91º 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 #368F83 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB54143131-
CMYK0.6200.080.44
HSL171.91º45.18%38.63%-
HSV(B)171.91º62.24%56.08%-
XYZ15.4422.0724.92-
YUV115.02137.0184.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.46%
GREEN value IS 143 (56.25% from 255) = 43.60%
BLUE value IS 131 (51.56% from 255) = 39.94%
R=16.46%
G=43.60%
B=39.94%

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
Decimal541431310.6200.080.44171.9145.1838.63
Hex368F833E082Cac2d27
Octal6621720376010542545547
Binary11011010001111100000111111100100010110010101100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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