Html Css Color HEX #3A887A Lochinvar

📋 copy color: '#3A887A'

red 58 ◦ green 136 ◦ blue 122

#3A887A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #3A887A

Tints of Lochinvar #3A887A

RGB

 RED value IS 58 (23.05% from 255) = 18.35%

 GREEN value IS 136 (53.52% from 255) = 43.04%

 BLUE value IS 122 (48.05% from 255) = 38.61%

R = 18.35%
G = 43.04%
B = 38.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#3A887A (or 0x3A887A) is known color: Lochinvar. HEX triplet: 3A, 88 and 7A. RGB value is (58,136,122). Sum of RGB (Red+Green+Blue) = 58+136+122=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #3A887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A887A is #C57785. Grayscale: #6F6F6F. Windows color (decimal): -12941190 or 8030266. OLE color: 8030266.

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

Color convert

RGB 58 136 122 -
CMYK 0.57 0 0.10 0.47
HSL 169.23º 0.4% 0.38% -
HSV(B) 169.23º 0.57% 0.53% -
XYZ 14.06 19.91 21.51 -
YUV 111.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 58 136 122 0.57 0 0.10 0.47 169.23 0.4 0.38
Hex 3A 88 7A 39 0 A 2F A9 28 26
Octal 72 210 172 71 0 12 57 251 50 46
Binary 111010 10001000 1111010 111001 0 1010 101111 10101001 101000 100110

Color Harmonies of #3A887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A887A

Black with #3A887A

Text Example


Text Example

White with #3A887A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,136,122); }

 H1.HeaderClassName
 {
   color: #3A887A;
 }
 .AnyTagClassName
 {
   color: #3A887A;
 }
</style>

background-color css

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

 a { background-color: rgb(58,136,122); }

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

border-color css

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

 span { border-color: rgb(58,136,122); }

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