#397AA2

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

Shades of Lochmara #397AA2

Tints of Lochmara #397AA2

Color information

#397AA2 (or 0x397AA2) is unknown color: approx Lochmara. HEX triplet: 39, 7A and A2. RGB value is (57,122,162). Sum of RGB (Red+Green+Blue) = 57+122+162=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #397AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397AA2 is #C6855D. Grayscale: #6A6A6A. Windows color (decimal): -13010270 or 10648121. OLE color: 10648121.

HSL color Cylindrical-coordinate representation of color #397AA2: hue angle of 202.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #397AA2 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB57122162-
CMYK0.650.2500.36
HSL202.86º47.95%42.94%-
HSV(B)202.86º64.81%63.53%-
XYZ15.1717.436.74-
YUV107.12158.9792.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.72%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 162 (63.67% from 255) = 47.51%
R=16.72%
G=35.78%
B=47.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571221620.650.2500.36202.8647.9542.94
Hex397AA24119024cb302b
Octal71172242101310443136053
Binary111001111101010100010100000111001010010011001011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,122,162); }

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

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

 a { background-color: rgb(57,122,162); }

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

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

 span { border-color: rgb(57,122,162); }

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