Html Css Color HEX #397699 Lochmara

📋 copy color: '#397699'

red 57 ◦ green 118 ◦ blue 153

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

Shades of Lochmara #397699

Tints of Lochmara #397699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

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

R = 17.38%
G = 35.98%
B = 46.65%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#397699 (or 0x397699) is known color: Lochmara. HEX triplet: 39, 76 and 99. RGB value is (57,118,153). Sum of RGB (Red+Green+Blue) = 57+118+153=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #397699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397699 is #C68966. Grayscale: #676767. Windows color (decimal): -13011303 or 10057273. OLE color: 10057273.

HSL color Cylindrical-coordinate representation of color #397699: hue angle of 201.88º 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 #397699 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 118 153 -
CMYK 0.63 0.23 0 0.4
HSL 201.88º 0.46% 0.41% -
HSV(B) 201.88º 0.63% 0.6% -
XYZ 13.92 16.13 32.52 -
YUV 103.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 57 118 153 0.63 0.23 0 0.4 201.88 0.46 0.41
Hex 39 76 99 3F 17 0 28 CA 2E 29
Octal 71 166 231 77 27 0 50 312 56 51
Binary 111001 1110110 10011001 111111 10111 0 101000 11001010 101110 101001

Color Harmonies of #397699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397699

Black with #397699

Text Example


Text Example

White with #397699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397699; }

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

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

background-color css

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

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

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

border-color css

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

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

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