#368A81

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

Shades of Lochinvar #368A81

Tints of Lochinvar #368A81

Color information

#368A81 (or 0x368A81) is unknown color: approx Lochinvar. HEX triplet: 36, 8A and 81. RGB value is (54,138,129). Sum of RGB (Red+Green+Blue) = 54+138+129=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #368A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368A81 is #C9757E. Grayscale: #6F6F6F. Windows color (decimal): -13202815 or 8489526. OLE color: 8489526.

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

Color convert

RGB54138129-
CMYK0.6100.070.46
HSL173.57º43.75%37.65%-
HSV(B)173.57º60.87%54.12%-
XYZ14.5720.5523.97-
YUV111.86137.6786.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 138 (54.30% from 255) = 42.99%
BLUE value IS 129 (50.78% from 255) = 40.19%
R=16.82%
G=42.99%
B=40.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541381290.6100.070.46173.5743.7537.65
Hex368A813D072Eae2c26
Octal662122017507562565446
Binary1101101000101010000001111101011110111010101110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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