#397DA5

Color #397DA5 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #397DA5

Tints of Lochmara #397DA5

Color information

#397DA5 (or 0x397DA5) is unknown color: approx Lochmara. HEX triplet: 39, 7D and A5. RGB value is (57,125,165). Sum of RGB (Red+Green+Blue) = 57+125+165=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 165 - color contains mainly: blue. Hex color #397DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397DA5 is #C6825A. Grayscale: #6D6D6D. Windows color (decimal): -13009499 or 10845497. OLE color: 10845497.

HSL color Cylindrical-coordinate representation of color #397DA5: hue angle of 202.22º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #397DA5 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB57125165-
CMYK0.650.2400.35
HSL202.22º48.65%43.53%-
HSV(B)202.22º65.45%64.71%-
XYZ15.8118.2538.29-
YUV109.23159.4790.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.43%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 165 (64.84% from 255) = 47.55%
R=16.43%
G=36.02%
B=47.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571251650.650.2400.35202.2248.6543.53
Hex397DA54118023ca312c
Octal71175245101300433126154
Binary111001111110110100101100000111000010001111001010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397DA5; }

 p { color: rgb(57,125,165); }

 H1.HeaderClassName
 {
   color: #397DA5;
 }
 .AnyTagClassName
 {
   color: #397DA5;
 }
</style>
background-color css

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

 a { background-color: rgb(57,125,165); }

 div.DivClassName
 {
   background-color: #397DA5;
 }
 .BgClassName
 {
   background-color: #397DA5;
 }
</style>
border-color css

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

 span { border-color: rgb(57,125,165); }

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