Html Css Color HEX #3E8A83 Lochinvar

📋 copy color: '#3E8A83'

red 62 ◦ green 138 ◦ blue 131

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

Shades of Lochinvar #3E8A83

Tints of Lochinvar #3E8A83

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

 BLUE value IS 131 (51.56% from 255) = 39.58%

R = 18.73%
G = 41.69%
B = 39.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#3E8A83 (or 0x3E8A83) is known color: Lochinvar. HEX triplet: 3E, 8A and 83. RGB value is (62,138,131). Sum of RGB (Red+Green+Blue) = 62+138+131=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #3E8A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8A83 is #C1757C. Grayscale: #727272. Windows color (decimal): -12678525 or 8620606. OLE color: 8620606.

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

Color convert

RGB 62 138 131 -
CMYK 0.55 0 0.05 0.46
HSL 174.47º 0.38% 0.39% -
HSV(B) 174.47º 0.55% 0.54% -
XYZ 15.17 20.84 24.7 -
YUV 114.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 62 138 131 0.55 0 0.05 0.46 174.47 0.38 0.39
Hex 3E 8A 83 37 0 5 2E AE 26 27
Octal 76 212 203 67 0 5 56 256 46 47
Binary 111110 10001010 10000011 110111 0 101 101110 10101110 100110 100111

Color Harmonies of #3E8A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8A83

Black with #3E8A83

Text Example


Text Example

White with #3E8A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,138,131); }

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

background-color css

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

 a { background-color: rgb(62,138,131); }

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

border-color css

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

 span { border-color: rgb(62,138,131); }

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