Html Css Color HEX #399184 Lochinvar

📋 copy color: '#399184'

red 57 ◦ green 145 ◦ blue 132

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

Shades of Lochinvar #399184

Tints of Lochinvar #399184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 17.07%
G = 43.41%
B = 39.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#399184 (or 0x399184) is known color: Lochinvar. HEX triplet: 39, 91 and 84. RGB value is (57,145,132). Sum of RGB (Red+Green+Blue) = 57+145+132=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #399184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399184 is #C66E7B. Grayscale: #757575. Windows color (decimal): -13004412 or 8687929. OLE color: 8687929.

HSL color Cylindrical-coordinate representation of color #399184: hue angle of 171.14º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399184 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 145 132 -
CMYK 0.61 0 0.09 0.43
HSL 171.14º 0.44% 0.4% -
HSV(B) 171.14º 0.61% 0.57% -
XYZ 15.98 22.79 25.39 -
YUV 117.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 57 145 132 0.61 0 0.09 0.43 171.14 0.44 0.4
Hex 39 91 84 3D 0 9 2B AB 2C 28
Octal 71 221 204 75 0 11 53 253 54 50
Binary 111001 10010001 10000100 111101 0 1001 101011 10101011 101100 101000

Color Harmonies of #399184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399184

Black with #399184

Text Example


Text Example

White with #399184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399184; }

 p { color: rgb(57,145,132); }

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

background-color css

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

 a { background-color: rgb(57,145,132); }

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

border-color css

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

 span { border-color: rgb(57,145,132); }

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