Html Css Color HEX #368C82 Lochinvar

📋 copy color: '#368C82'

red 54 ◦ green 140 ◦ blue 130

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

Shades of Lochinvar #368C82

Tints of Lochinvar #368C82

RGB

 RED value IS 54 (21.48% from 255) = 16.67%

 GREEN value IS 140 (55.08% from 255) = 43.21%

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

R = 16.67%
G = 43.21%
B = 40.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#368C82 (or 0x368C82) is known color: Lochinvar. HEX triplet: 36, 8C and 82. RGB value is (54,140,130). Sum of RGB (Red+Green+Blue) = 54+140+130=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #368C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C82 is #C9737D. Grayscale: #717171. Windows color (decimal): -13202302 or 8555574. OLE color: 8555574.

HSL color Cylindrical-coordinate representation of color #368C82: hue angle of 173.02º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368C82 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 140 130 -
CMYK 0.61 0 0.07 0.45
HSL 173.02º 0.44% 0.38% -
HSV(B) 173.02º 0.61% 0.55% -
XYZ 14.93 21.15 24.42 -
YUV 113.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 54 140 130 0.61 0 0.07 0.45 173.02 0.44 0.38
Hex 36 8C 82 3D 0 7 2D AD 2C 26
Octal 66 214 202 75 0 7 55 255 54 46
Binary 110110 10001100 10000010 111101 0 111 101101 10101101 101100 100110

Color Harmonies of #368C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368C82

Black with #368C82

Text Example


Text Example

White with #368C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368C82; }

 p { color: rgb(54,140,130); }

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

background-color css

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

 a { background-color: rgb(54,140,130); }

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

border-color css

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

 span { border-color: rgb(54,140,130); }

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