#3A7EA3

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

Shades of Lochmara #3A7EA3

Tints of Lochmara #3A7EA3

Color information

#3A7EA3 (or 0x3A7EA3) is unknown color: approx Lochmara. HEX triplet: 3A, 7E and A3. RGB value is (58,126,163). Sum of RGB (Red+Green+Blue) = 58+126+163=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 163 - color contains mainly: blue. Hex color #3A7EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7EA3 is #C5815C. Grayscale: #6D6D6D. Windows color (decimal): -12943709 or 10714682. OLE color: 10714682.

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

Color convert

RGB58126163-
CMYK0.640.2300.36
HSL201.14º47.51%43.33%-
HSV(B)201.14º64.42%63.92%-
XYZ15.8218.4737.38-
YUV109.89157.9790.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.71%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 163 (64.06% from 255) = 46.97%
R=16.71%
G=36.31%
B=46.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581261630.640.2300.36201.1447.5143.33
Hex3A7EA34017024c9302b
Octal72176243100270443116053
Binary111010111111010100011100000010111010010011001001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,126,163); }

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

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

 a { background-color: rgb(58,126,163); }

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

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

 span { border-color: rgb(58,126,163); }

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