#3A857D

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

Shades of Lochinvar #3A857D

Tints of Lochinvar #3A857D

Color information

#3A857D (or 0x3A857D) is unknown color: approx Lochinvar. HEX triplet: 3A, 85 and 7D. RGB value is (58,133,125). Sum of RGB (Red+Green+Blue) = 58+133+125=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #3A857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A857D is #C57A82. Grayscale: #6D6D6D. Windows color (decimal): -12941955 or 8226106. OLE color: 8226106.

HSL color Cylindrical-coordinate representation of color #3A857D: hue angle of 173.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A857D is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB58133125-
CMYK0.5600.060.48
HSL173.6º39.27%37.45%-
HSV(B)173.6º56.39%52.16%-
XYZ13.8319.1622.37-
YUV109.66136.6591.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=18.35%
G=42.09%
B=39.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal581331250.5600.060.48173.639.2737.45
Hex3A857D380630ae2725
Octal722051757006602564745
Binary111010100001011111101111000011011000010101110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,133,125); }

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

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

 a { background-color: rgb(58,133,125); }

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

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

 span { border-color: rgb(58,133,125); }

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