#397C9E

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

Shades of Lochmara #397C9E

Tints of Lochmara #397C9E

Color information

#397C9E (or 0x397C9E) is unknown color: approx Lochmara. HEX triplet: 39, 7C and 9E. RGB value is (57,124,158). Sum of RGB (Red+Green+Blue) = 57+124+158=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #397C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397C9E is #C68361. Grayscale: #6B6B6B. Windows color (decimal): -13009762 or 10386489. OLE color: 10386489.

HSL color Cylindrical-coordinate representation of color #397C9E: hue angle of 200.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #397C9E is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57124158-
CMYK0.640.2200.38
HSL200.2º46.98%42.16%-
HSV(B)200.2º63.92%61.96%-
XYZ15.0717.7534.98-
YUV107.84156.391.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=16.81%
G=36.58%
B=46.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571241580.640.2200.38200.246.9842.16
Hex397C9E4016026c82f2a
Octal71174236100260463105752
Binary111001111110010011110100000010110010011011001000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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