Html Css Color HEX #389082 Lochinvar

📋 copy color: '#389082'

red 56 ◦ green 144 ◦ blue 130

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

Shades of Lochinvar #389082

Tints of Lochinvar #389082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 16.97%
G = 43.64%
B = 39.39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#389082 (or 0x389082) is known color: Lochinvar. HEX triplet: 38, 90 and 82. RGB value is (56,144,130). Sum of RGB (Red+Green+Blue) = 56+144+130=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #389082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389082 is #C76F7D. Grayscale: #747474. Windows color (decimal): -13070206 or 8556600. OLE color: 8556600.

HSL color Cylindrical-coordinate representation of color #389082: hue angle of 170.45º 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 #389082 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 130 -
CMYK 0.61 0 0.10 0.44
HSL 170.45º 0.44% 0.39% -
HSV(B) 170.45º 0.61% 0.56% -
XYZ 15.63 22.4 24.62 -
YUV 116.09 135.85 85.14 -
System Red Green Blue C M Y K H S L
Decimal 56 144 130 0.61 0 0.10 0.44 170.45 0.44 0.39
Hex 38 90 82 3D 0 A 2C AA 2C 27
Octal 70 220 202 75 0 12 54 252 54 47
Binary 111000 10010000 10000010 111101 0 1010 101100 10101010 101100 100111

Color Harmonies of #389082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389082

Black with #389082

Text Example


Text Example

White with #389082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389082; }

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

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

background-color css

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

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

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

border-color css

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

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

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