Html Css Color HEX #358B82 Lochinvar

📋 copy color: '#358B82'

red 53 ◦ green 139 ◦ blue 130

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

Shades of Lochinvar #358B82

Tints of Lochinvar #358B82

RGB

 RED value IS 53 (21.09% from 255) = 16.46%

 GREEN value IS 139 (54.69% from 255) = 43.17%

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

R = 16.46%
G = 43.17%
B = 40.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#358B82 (or 0x358B82) is known color: Lochinvar. HEX triplet: 35, 8B and 82. RGB value is (53,139,130). Sum of RGB (Red+Green+Blue) = 53+139+130=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #358B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358B82 is #CA747D. Grayscale: #707070. Windows color (decimal): -13268094 or 8555317. OLE color: 8555317.

HSL color Cylindrical-coordinate representation of color #358B82: hue angle of 173.72º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358B82 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 139 130 -
CMYK 0.62 0 0.06 0.45
HSL 173.72º 0.45% 0.38% -
HSV(B) 173.72º 0.62% 0.55% -
XYZ 14.73 20.83 24.36 -
YUV 112.26 138.01 85.73 -
System Red Green Blue C M Y K H S L
Decimal 53 139 130 0.62 0 0.06 0.45 173.72 0.45 0.38
Hex 35 8B 82 3E 0 6 2D AE 2D 26
Octal 65 213 202 76 0 6 55 256 55 46
Binary 110101 10001011 10000010 111110 0 110 101101 10101110 101101 100110

Color Harmonies of #358B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358B82

Black with #358B82

Text Example


Text Example

White with #358B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358B82; }

 p { color: rgb(53,139,130); }

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

background-color css

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

 a { background-color: rgb(53,139,130); }

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

border-color css

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

 span { border-color: rgb(53,139,130); }

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