#3D8883

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

Shades of Lochinvar #3D8883

Tints of Lochinvar #3D8883

Color information

#3D8883 (or 0x3D8883) is unknown color: approx Lochinvar. HEX triplet: 3D, 88 and 83. RGB value is (61,136,131). Sum of RGB (Red+Green+Blue) = 61+136+131=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8883 is #C2777C. Grayscale: #707070. Windows color (decimal): -12744573 or 8620093. OLE color: 8620093.

HSL color Cylindrical-coordinate representation of color #3D8883: hue angle of 176º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8883 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB61136131-
CMYK0.5500.040.47
HSL176º38.07%38.63%-
HSV(B)176º55.15%53.33%-
XYZ14.8320.2424.6-
YUV113138.1590.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 131 (51.56% from 255) = 39.94%
R=18.60%
G=41.46%
B=39.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611361310.5500.040.4717638.0738.63
Hex3D888337042Fb02627
Octal752102036704572604647
Binary1111011000100010000011110111010010111110110000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D8883; }

 p { color: rgb(61,136,131); }

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

<style>
 a { background-color: #3D8883; }

 a { background-color: rgb(61,136,131); }

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

<style>
 span { border-color: #3D8883; }

 span { border-color: rgb(61,136,131); }

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