#397CA6

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

Shades of Lochmara #397CA6

Tints of Lochmara #397CA6

Color information

#397CA6 (or 0x397CA6) is unknown color: approx Lochmara. HEX triplet: 39, 7C and A6. RGB value is (57,124,166). Sum of RGB (Red+Green+Blue) = 57+124+166=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #397CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397CA6 is #C68359. Grayscale: #6C6C6C. Windows color (decimal): -13009754 or 10910777. OLE color: 10910777.

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

Color convert

RGB57124166-
CMYK0.660.2500.35
HSL203.12º48.88%43.73%-
HSV(B)203.12º65.66%65.1%-
XYZ15.7818.0438.73-
YUV108.76160.391.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.43%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 166 (65.23% from 255) = 47.84%
R=16.43%
G=35.73%
B=47.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571241660.660.2500.35203.1248.8843.73
Hex397CA64219023cb312c
Octal71174246102310433136154
Binary111001111110010100110100001011001010001111001011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,124,166); }

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

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

 a { background-color: rgb(57,124,166); }

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

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

 span { border-color: rgb(57,124,166); }

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