#397BA4

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

Shades of Lochmara #397BA4

Tints of Lochmara #397BA4

Color information

#397BA4 (or 0x397BA4) is unknown color: approx Lochmara. HEX triplet: 39, 7B and A4. RGB value is (57,123,164). Sum of RGB (Red+Green+Blue) = 57+123+164=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #397BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397BA4 is #C6845B. Grayscale: #6B6B6B. Windows color (decimal): -13010012 or 10779449. OLE color: 10779449.

HSL color Cylindrical-coordinate representation of color #397BA4: hue angle of 202.99º 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 #397BA4 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB57123164-
CMYK0.650.2500.36
HSL202.99º48.42%43.33%-
HSV(B)202.99º65.24%64.31%-
XYZ15.4717.7237.73-
YUV107.94159.6391.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=16.57%
G=35.76%
B=47.67%

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
Decimal571231640.650.2500.36202.9948.4243.33
Hex397BA44119024cb302b
Octal71173244101310443136053
Binary111001111101110100100100000111001010010011001011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,123,164); }

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

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

 a { background-color: rgb(57,123,164); }

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

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

 span { border-color: rgb(57,123,164); }

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