#3379A2

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

Shades of Lochmara #3379A2

Tints of Lochmara #3379A2

Color information

#3379A2 (or 0x3379A2) is unknown color: approx Lochmara. HEX triplet: 33, 79 and A2. RGB value is (51,121,162). Sum of RGB (Red+Green+Blue) = 51+121+162=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #3379A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3379A2 is #CC865D. Grayscale: #686868. Windows color (decimal): -13403742 or 10647859. OLE color: 10647859.

HSL color Cylindrical-coordinate representation of color #3379A2: hue angle of 202.16º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3379A2 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51121162-
CMYK0.690.2500.36
HSL202.16º52.11%41.76%-
HSV(B)202.16º68.52%63.53%-
XYZ14.7216.9936.69-
YUV104.74160.3189.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.27%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 162 (63.67% from 255) = 48.50%
R=15.27%
G=36.23%
B=48.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511211620.690.2500.36202.1652.1141.76
Hex3379A24519024ca342a
Octal63171242105310443126452
Binary110011111100110100010100010111001010010011001010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3379A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3379A2; }

 p { color: rgb(51,121,162); }

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

<style>
 a { background-color: #3379A2; }

 a { background-color: rgb(51,121,162); }

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

<style>
 span { border-color: #3379A2; }

 span { border-color: rgb(51,121,162); }

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