Html Css Color HEX #398B82 Lochinvar

📋 copy color: '#398B82'

red 57 ◦ green 139 ◦ blue 130

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

Shades of Lochinvar #398B82

Tints of Lochinvar #398B82

RGB

 RED value IS 57 (22.66% from 255) = 17.48%

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

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

R = 17.48%
G = 42.64%
B = 39.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#398B82 (or 0x398B82) is known color: Lochinvar. HEX triplet: 39, 8B and 82. RGB value is (57,139,130). Sum of RGB (Red+Green+Blue) = 57+139+130=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #398B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398B82 is #C6747D. Grayscale: #717171. Windows color (decimal): -13005950 or 8555321. OLE color: 8555321.

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

Color convert

RGB 57 139 130 -
CMYK 0.59 0 0.06 0.45
HSL 173.41º 0.42% 0.38% -
HSV(B) 173.41º 0.59% 0.55% -
XYZ 14.95 20.95 24.37 -
YUV 113.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 57 139 130 0.59 0 0.06 0.45 173.41 0.42 0.38
Hex 39 8B 82 3B 0 6 2D AD 2A 26
Octal 71 213 202 73 0 6 55 255 52 46
Binary 111001 10001011 10000010 111011 0 110 101101 10101101 101010 100110

Color Harmonies of #398B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398B82

Black with #398B82

Text Example


Text Example

White with #398B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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