#38877D

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

Shades of Lochinvar #38877D

Tints of Lochinvar #38877D

Color information

#38877D (or 0x38877D) is unknown color: approx Lochinvar. HEX triplet: 38, 87 and 7D. RGB value is (56,135,125). Sum of RGB (Red+Green+Blue) = 56+135+125=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #38877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38877D is #C77882. Grayscale: #6E6E6E. Windows color (decimal): -13072515 or 8226616. OLE color: 8226616.

HSL color Cylindrical-coordinate representation of color #38877D: hue angle of 172.41º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38877D is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB56135125-
CMYK0.5900.070.47
HSL172.41º41.36%37.45%-
HSV(B)172.41º58.52%52.94%-
XYZ1419.6522.46-
YUV110.24136.3389.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 135 (53.12% from 255) = 42.72%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=17.72%
G=42.72%
B=39.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561351250.5900.070.47172.4141.3637.45
Hex38877D3B072Fac2925
Octal702071757307572545145
Binary111000100001111111101111011011110111110101100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38877D; }

 p { color: rgb(56,135,125); }

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

<style>
 a { background-color: #38877D; }

 a { background-color: rgb(56,135,125); }

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

<style>
 span { border-color: #38877D; }

 span { border-color: rgb(56,135,125); }

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