Html Css Color HEX #358C81 Lochinvar

📋 copy color: '#358C81'

red 53 ◦ green 140 ◦ blue 129

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

Shades of Lochinvar #358C81

Tints of Lochinvar #358C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.06%

R = 16.46%
G = 43.48%
B = 40.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#358C81 (or 0x358C81) is known color: Lochinvar. HEX triplet: 35, 8C and 81. RGB value is (53,140,129). Sum of RGB (Red+Green+Blue) = 53+140+129=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #358C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358C81 is #CA737E. Grayscale: #707070. Windows color (decimal): -13267839 or 8490037. OLE color: 8490037.

HSL color Cylindrical-coordinate representation of color #358C81: hue angle of 172.41º 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 #358C81 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 140 129 -
CMYK 0.62 0 0.08 0.45
HSL 172.41º 0.45% 0.38% -
HSV(B) 172.41º 0.62% 0.55% -
XYZ 14.81 21.1 24.06 -
YUV 112.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 53 140 129 0.62 0 0.08 0.45 172.41 0.45 0.38
Hex 35 8C 81 3E 0 8 2D AC 2D 26
Octal 65 214 201 76 0 10 55 254 55 46
Binary 110101 10001100 10000001 111110 0 1000 101101 10101100 101101 100110

Color Harmonies of #358C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C81

Black with #358C81

Text Example


Text Example

White with #358C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,140,129); }

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

background-color css

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

 a { background-color: rgb(53,140,129); }

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

border-color css

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

 span { border-color: rgb(53,140,129); }

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