Html Css Color HEX #397799 Lochmara

📋 copy color: '#397799'

red 57 ◦ green 119 ◦ blue 153

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

Shades of Lochmara #397799

Tints of Lochmara #397799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.5%

R = 17.33%
G = 36.17%
B = 46.5%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#397799 (or 0x397799) is known color: Lochmara. HEX triplet: 39, 77 and 99. RGB value is (57,119,153). Sum of RGB (Red+Green+Blue) = 57+119+153=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #397799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397799 is #C68866. Grayscale: #686868. Windows color (decimal): -13011047 or 10057529. OLE color: 10057529.

HSL color Cylindrical-coordinate representation of color #397799: hue angle of 201.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #397799 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 119 153 -
CMYK 0.63 0.22 0 0.4
HSL 201.25º 0.46% 0.41% -
HSV(B) 201.25º 0.63% 0.6% -
XYZ 14.03 16.36 32.56 -
YUV 104.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 57 119 153 0.63 0.22 0 0.4 201.25 0.46 0.41
Hex 39 77 99 3F 16 0 28 C9 2E 29
Octal 71 167 231 77 26 0 50 311 56 51
Binary 111001 1110111 10011001 111111 10110 0 101000 11001001 101110 101001

Color Harmonies of #397799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397799

Black with #397799

Text Example


Text Example

White with #397799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397799; }

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

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

background-color css

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

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

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

border-color css

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

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

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