Html Css Color HEX #379085 Lochinvar

📋 copy color: '#379085'

red 55 ◦ green 144 ◦ blue 133

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

Shades of Lochinvar #379085

Tints of Lochinvar #379085

RGB

 RED value IS 55 (21.88% from 255) = 16.57%

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

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 16.57%
G = 43.37%
B = 40.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#379085 (or 0x379085) is known color: Lochinvar. HEX triplet: 37, 90 and 85. RGB value is (55,144,133). Sum of RGB (Red+Green+Blue) = 55+144+133=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #379085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379085 is #C86F7A. Grayscale: #747474. Windows color (decimal): -13135739 or 8753207. OLE color: 8753207.

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

Color convert

RGB 55 144 133 -
CMYK 0.62 0 0.08 0.44
HSL 172.58º 0.45% 0.39% -
HSV(B) 172.58º 0.62% 0.56% -
XYZ 15.78 22.45 25.69 -
YUV 116.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 55 144 133 0.62 0 0.08 0.44 172.58 0.45 0.39
Hex 37 90 85 3E 0 8 2C AD 2D 27
Octal 67 220 205 76 0 10 54 255 55 47
Binary 110111 10010000 10000101 111110 0 1000 101100 10101101 101101 100111

Color Harmonies of #379085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379085

Black with #379085

Text Example


Text Example

White with #379085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379085; }

 p { color: rgb(55,144,133); }

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

background-color css

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

 a { background-color: rgb(55,144,133); }

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

border-color css

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

 span { border-color: rgb(55,144,133); }

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