#368B7D

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

Shades of Lochinvar #368B7D

Tints of Lochinvar #368B7D

Color information

#368B7D (or 0x368B7D) is unknown color: approx Lochinvar. HEX triplet: 36, 8B and 7D. RGB value is (54,139,125). Sum of RGB (Red+Green+Blue) = 54+139+125=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #368B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B7D is #C97482. Grayscale: #6F6F6F. Windows color (decimal): -13202563 or 8227638. OLE color: 8227638.

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

Color convert

RGB54139125-
CMYK0.6100.100.45
HSL170.12º44.04%37.84%-
HSV(B)170.12º61.15%54.51%-
XYZ14.4620.7322.64-
YUV111.99135.3486.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 139 (54.69% from 255) = 43.71%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=16.98%
G=43.71%
B=39.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541391250.6100.100.45170.1244.0437.84
Hex368B7D3D0A2Daa2c26
Octal6621317575012552525446
Binary1101101000101111111011111010101010110110101010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,139,125); }

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

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

 a { background-color: rgb(54,139,125); }

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

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

 span { border-color: rgb(54,139,125); }

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