#3A799E

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

Shades of Lochmara #3A799E

Tints of Lochmara #3A799E

Color information

#3A799E (or 0x3A799E) is unknown color: approx Lochmara. HEX triplet: 3A, 79 and 9E. RGB value is (58,121,158). Sum of RGB (Red+Green+Blue) = 58+121+158=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A799E is #C58661. Grayscale: #6A6A6A. Windows color (decimal): -12944994 or 10385722. OLE color: 10385722.

HSL color Cylindrical-coordinate representation of color #3A799E: hue angle of 202.2º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A799E is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB58121158-
CMYK0.630.2300.38
HSL202.2º46.3%42.35%-
HSV(B)202.2º63.29%61.96%-
XYZ14.7517.0434.86-
YUV106.38157.1393.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.21%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=17.21%
G=35.91%
B=46.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581211580.630.2300.38202.246.342.35
Hex3A799E3F17026ca2e2a
Octal7217123677270463125652
Binary11101011110011001111011111110111010011011001010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,121,158); }

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

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

 a { background-color: rgb(58,121,158); }

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

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

 span { border-color: rgb(58,121,158); }

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