#3a7aa6

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

Shades of Lochmara #3A7AA6

Tints of Lochmara #3A7AA6

Color information

#3A7AA6 (or 0x3A7AA6) is unknown color: approx Lochmara. HEX triplet: 3A, 7A and A6. RGB value is (58,122,166). Sum of RGB (Red+Green+Blue) = 58+122+166=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #3A7AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7AA6 is #C58559. Grayscale: #6B6B6B. Windows color (decimal): -12944730 or 10910266. OLE color: 10910266.

HSL color Cylindrical-coordinate representation of color #3A7AA6: hue angle of 204.44º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A7AA6 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB58122166-
CMYK0.650.2700.35
HSL204.44º48.21%43.92%-
HSV(B)204.44º65.06%65.1%-
XYZ15.5917.5738.65-
YUV107.88160.892.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.76%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 166 (65.23% from 255) = 47.98%
R=16.76%
G=35.26%
B=47.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581221660.650.2700.35204.4448.2143.92
Hex3A7AA6411B023cc302c
Octal72172246101330433146054
Binary111010111101010100110100000111011010001111001100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a7aa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,122,166); }

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

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

 a { background-color: rgb(58,122,166); }

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

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

 span { border-color: rgb(58,122,166); }

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