Html Css Color HEX #399285 Lochinvar

📋 copy color: '#399285'

red 57 ◦ green 146 ◦ blue 133

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

Shades of Lochinvar #399285

Tints of Lochinvar #399285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 16.96%
G = 43.45%
B = 39.58%

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

#399285 (or 0x399285) is known color: Lochinvar. HEX triplet: 39, 92 and 85. RGB value is (57,146,133). Sum of RGB (Red+Green+Blue) = 57+146+133=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #399285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399285 is #C66D7A. Grayscale: #757575. Windows color (decimal): -13004155 or 8753721. OLE color: 8753721.

HSL color Cylindrical-coordinate representation of color #399285: hue angle of 171.24º 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 #399285 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 146 133 -
CMYK 0.61 0 0.09 0.43
HSL 171.24º 0.44% 0.4% -
HSV(B) 171.24º 0.61% 0.57% -
XYZ 16.2 23.12 25.8 -
YUV 117.91 136.51 84.56 -
System Red Green Blue C M Y K H S L
Decimal 57 146 133 0.61 0 0.09 0.43 171.24 0.44 0.4
Hex 39 92 85 3D 0 9 2B AB 2C 28
Octal 71 222 205 75 0 11 53 253 54 50
Binary 111001 10010010 10000101 111101 0 1001 101011 10101011 101100 101000

Color Harmonies of #399285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399285

Black with #399285

Text Example


Text Example

White with #399285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399285; }

 p { color: rgb(57,146,133); }

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

background-color css

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

 a { background-color: rgb(57,146,133); }

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

border-color css

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

 span { border-color: rgb(57,146,133); }

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