Html Css Color HEX #389084 Lochinvar

📋 copy color: '#389084'

red 56 ◦ green 144 ◦ blue 132

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

Shades of Lochinvar #389084

Tints of Lochinvar #389084

RGB

 RED value IS 56 (22.27% from 255) = 16.87%

 GREEN value IS 144 (56.64% from 255) = 43.37%

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 16.87%
G = 43.37%
B = 39.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#389084 (or 0x389084) is known color: Lochinvar. HEX triplet: 38, 90 and 84. RGB value is (56,144,132). Sum of RGB (Red+Green+Blue) = 56+144+132=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #389084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389084 is #C76F7B. Grayscale: #747474. Windows color (decimal): -13070204 or 8687672. OLE color: 8687672.

HSL color Cylindrical-coordinate representation of color #389084: hue angle of 171.82º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389084 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 132 -
CMYK 0.61 0 0.08 0.44
HSL 171.82º 0.44% 0.39% -
HSV(B) 171.82º 0.61% 0.56% -
XYZ 15.77 22.45 25.33 -
YUV 116.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 56 144 132 0.61 0 0.08 0.44 171.82 0.44 0.39
Hex 38 90 84 3D 0 8 2C AC 2C 27
Octal 70 220 204 75 0 10 54 254 54 47
Binary 111000 10010000 10000100 111101 0 1000 101100 10101100 101100 100111

Color Harmonies of #389084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389084

Black with #389084

Text Example


Text Example

White with #389084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389084; }

 p { color: rgb(56,144,132); }

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

background-color css

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

 a { background-color: rgb(56,144,132); }

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

border-color css

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

 span { border-color: rgb(56,144,132); }

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