Html Css Color HEX #3E867B Lochinvar

📋 copy color: '#3E867B'

red 62 ◦ green 134 ◦ blue 123

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

Shades of Lochinvar #3E867B

Tints of Lochinvar #3E867B

RGB

 RED value IS 62 (24.61% from 255) = 19.44%

 GREEN value IS 134 (52.73% from 255) = 42.01%

 BLUE value IS 123 (48.44% from 255) = 38.56%

R = 19.44%
G = 42.01%
B = 38.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#3E867B (or 0x3E867B) is known color: Lochinvar. HEX triplet: 3E, 86 and 7B. RGB value is (62,134,123). Sum of RGB (Red+Green+Blue) = 62+134+123=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #3E867B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E867B is #C17984. Grayscale: #6F6F6F. Windows color (decimal): -12679557 or 8095294. OLE color: 8095294.

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

Color convert

RGB 62 134 123 -
CMYK 0.54 0 0.08 0.47
HSL 170.83º 0.37% 0.38% -
HSV(B) 170.83º 0.54% 0.53% -
XYZ 14.09 19.5 21.76 -
YUV 111.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 62 134 123 0.54 0 0.08 0.47 170.83 0.37 0.38
Hex 3E 86 7B 36 0 8 2F AB 25 26
Octal 76 206 173 66 0 10 57 253 45 46
Binary 111110 10000110 1111011 110110 0 1000 101111 10101011 100101 100110

Color Harmonies of #3E867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E867B

Black with #3E867B

Text Example


Text Example

White with #3E867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,134,123); }

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

background-color css

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

 a { background-color: rgb(62,134,123); }

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

border-color css

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

 span { border-color: rgb(62,134,123); }

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