#3A7AA5

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

Shades of Lochmara #3A7AA5

Tints of Lochmara #3A7AA5

Color information

#3A7AA5 (or 0x3A7AA5) is unknown color: approx Lochmara. HEX triplet: 3A, 7A and A5. RGB value is (58,122,165). Sum of RGB (Red+Green+Blue) = 58+122+165=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #3A7AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7AA5 is #C5855A. Grayscale: #6B6B6B. Windows color (decimal): -12944731 or 10844730. OLE color: 10844730.

HSL color Cylindrical-coordinate representation of color #3A7AA5: hue angle of 204.11º 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 #3A7AA5 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB58122165-
CMYK0.650.2600.35
HSL204.11º47.98%43.73%-
HSV(B)204.11º64.85%64.71%-
XYZ15.517.5438.17-
YUV107.77160.392.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.81%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 165 (64.84% from 255) = 47.83%
R=16.81%
G=35.36%
B=47.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581221650.650.2600.35204.1147.9843.73
Hex3A7AA5411A023cc302c
Octal72172245101320433146054
Binary111010111101010100101100000111010010001111001100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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