#3a6e95

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

Shades of Lochmara #3A6E95

Tints of Lochmara #3A6E95

Color information

#3A6E95 (or 0x3A6E95) is unknown color: approx Lochmara. HEX triplet: 3A, 6E and 95. RGB value is (58,110,149). Sum of RGB (Red+Green+Blue) = 58+110+149=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A6E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6E95 is #C5916A. Grayscale: #626262. Windows color (decimal): -12947819 or 9793082. OLE color: 9793082.

HSL color Cylindrical-coordinate representation of color #3A6E95: hue angle of 205.71º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A6E95 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB58110149-
CMYK0.610.2600.42
HSL205.71º43.96%40.59%-
HSV(B)205.71º61.07%58.43%-
XYZ12.7514.2230.51-
YUV98.9156.2798.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=18.30%
G=34.70%
B=47.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581101490.610.2600.42205.7143.9640.59
Hex3A6E953D1A02Ace2c29
Octal7215622575320523165451
Binary11101011011101001010111110111010010101011001110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a6e95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,110,149); }

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

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

 a { background-color: rgb(58,110,149); }

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

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

 span { border-color: rgb(58,110,149); }

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