#3A799B

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

Shades of Lochmara #3A799B

Tints of Lochmara #3A799B

Color information

#3A799B (or 0x3A799B) is unknown color: approx Lochmara. HEX triplet: 3A, 79 and 9B. RGB value is (58,121,155). Sum of RGB (Red+Green+Blue) = 58+121+155=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A799B is #C58664. Grayscale: #696969. Windows color (decimal): -12944997 or 10189114. OLE color: 10189114.

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

Color convert

RGB58121155-
CMYK0.630.2200.39
HSL201.03º45.54%41.76%-
HSV(B)201.03º62.58%60.78%-
XYZ14.516.9433.52-
YUV106.04155.6393.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.37%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=17.37%
G=36.23%
B=46.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581211550.630.2200.39201.0345.5441.76
Hex3A799B3F16027c92e2a
Octal7217123377260473115652
Binary11101011110011001101111111110110010011111001001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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