#3C847B

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

Shades of Lochinvar #3C847B

Tints of Lochinvar #3C847B

Color information

#3C847B (or 0x3C847B) is unknown color: approx Lochinvar. HEX triplet: 3C, 84 and 7B. RGB value is (60,132,123). Sum of RGB (Red+Green+Blue) = 60+132+123=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #3C847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C847B is #C37B84. Grayscale: #6D6D6D. Windows color (decimal): -12811141 or 8094780. OLE color: 8094780.

HSL color Cylindrical-coordinate representation of color #3C847B: hue angle of 172.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C847B is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB60132123-
CMYK0.5500.070.48
HSL172.5º37.5%37.65%-
HSV(B)172.5º54.55%51.76%-
XYZ13.6918.8921.66-
YUV109.45135.6592.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=19.05%
G=41.90%
B=39.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601321230.5500.070.48172.537.537.65
Hex3C847B370730ac2626
Octal742041736707602544646
Binary111100100001001111011110111011111000010101100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,132,123); }

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

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

 a { background-color: rgb(60,132,123); }

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

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

 span { border-color: rgb(60,132,123); }

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