Html Css Color HEX #397399 Lochmara

📋 copy color: '#397399'

red 57 ◦ green 115 ◦ blue 153

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

Shades of Lochmara #397399

Tints of Lochmara #397399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

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

R = 17.54%
G = 35.38%
B = 47.08%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#397399 (or 0x397399) is known color: Lochmara. HEX triplet: 39, 73 and 99. RGB value is (57,115,153). Sum of RGB (Red+Green+Blue) = 57+115+153=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #397399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397399 is #C68C66. Grayscale: #656565. Windows color (decimal): -13012071 or 10056505. OLE color: 10056505.

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

Color convert

RGB 57 115 153 -
CMYK 0.63 0.25 0 0.4
HSL 203.75º 0.46% 0.41% -
HSV(B) 203.75º 0.63% 0.6% -
XYZ 13.57 15.43 32.4 -
YUV 101.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 57 115 153 0.63 0.25 0 0.4 203.75 0.46 0.41
Hex 39 73 99 3F 19 0 28 CC 2E 29
Octal 71 163 231 77 31 0 50 314 56 51
Binary 111001 1110011 10011001 111111 11001 0 101000 11001100 101110 101001

Color Harmonies of #397399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397399

Black with #397399

Text Example


Text Example

White with #397399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397399; }

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

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

background-color css

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

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

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

border-color css

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

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

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