Html Css Color HEX #39779D Lochmara

📋 copy color: '#39779D'

red 57 ◦ green 119 ◦ blue 157

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

Shades of Lochmara #39779D

Tints of Lochmara #39779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 17.12%
G = 35.74%
B = 47.15%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39779D (or 0x39779D) is known color: Lochmara. HEX triplet: 39, 77 and 9D. RGB value is (57,119,157). Sum of RGB (Red+Green+Blue) = 57+119+157=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #39779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39779D is #C68862. Grayscale: #686868. Windows color (decimal): -13011043 or 10319673. OLE color: 10319673.

HSL color Cylindrical-coordinate representation of color #39779D: hue angle of 202.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39779D is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 119 157 -
CMYK 0.64 0.24 0 0.38
HSL 202.8º 0.47% 0.42% -
HSV(B) 202.8º 0.64% 0.62% -
XYZ 14.37 16.5 34.33 -
YUV 104.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 57 119 157 0.64 0.24 0 0.38 202.8 0.47 0.42
Hex 39 77 9D 40 18 0 26 CB 2F 2A
Octal 71 167 235 100 30 0 46 313 57 52
Binary 111001 1110111 10011101 1000000 11000 0 100110 11001011 101111 101010

Color Harmonies of #39779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39779D

Black with #39779D

Text Example


Text Example

White with #39779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39779D; }

 p { color: rgb(57,119,157); }

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

background-color css

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

 a { background-color: rgb(57,119,157); }

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

border-color css

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

 span { border-color: rgb(57,119,157); }

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