#3A689A

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

Shades of Lochmara #3A689A

Tints of Lochmara #3A689A

Color information

#3A689A (or 0x3A689A) is unknown color: approx Lochmara. HEX triplet: 3A, 68 and 9A. RGB value is (58,104,154). Sum of RGB (Red+Green+Blue) = 58+104+154=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A689A is #C59765. Grayscale: #5F5F5F. Windows color (decimal): -12949350 or 10119226. OLE color: 10119226.

HSL color Cylindrical-coordinate representation of color #3A689A: hue angle of 211.25º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A689A is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB58104154-
CMYK0.620.3200.40
HSL211.25º45.28%41.57%-
HSV(B)211.25º62.34%60.39%-
XYZ12.5313.1332.45-
YUV95.95160.76100.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=18.35%
G=32.91%
B=48.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal581041540.620.3200.40211.2545.2841.57
Hex3A689A3E20028d32d2a
Octal7215023276400503235552
Binary111010110100010011010111110100000010100011010011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A689A; }

 p { color: rgb(58,104,154); }

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

<style>
 a { background-color: #3A689A; }

 a { background-color: rgb(58,104,154); }

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

<style>
 span { border-color: #3A689A; }

 span { border-color: rgb(58,104,154); }

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