#3479AA

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

Shades of Lochmara #3479AA

Tints of Lochmara #3479AA

Color information

#3479AA (or 0x3479AA) is unknown color: approx Lochmara. HEX triplet: 34, 79 and AA. RGB value is (52,121,170). Sum of RGB (Red+Green+Blue) = 52+121+170=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #3479AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3479AA is #CB8655. Grayscale: #696969. Windows color (decimal): -13338198 or 11172148. OLE color: 11172148.

HSL color Cylindrical-coordinate representation of color #3479AA: hue angle of 204.92º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3479AA is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52121170-
CMYK0.690.2900.33
HSL204.92º53.15%43.53%-
HSV(B)204.92º69.41%66.67%-
XYZ15.5117.3140.55-
YUV105.96164.1489.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.16%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=15.16%
G=35.28%
B=49.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521211700.690.2900.33204.9253.1543.53
Hex3479AA451D021cd352c
Octal64171252105350413156554
Binary110100111100110101010100010111101010000111001101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3479AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3479AA; }

 p { color: rgb(52,121,170); }

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

<style>
 a { background-color: #3479AA; }

 a { background-color: rgb(52,121,170); }

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

<style>
 span { border-color: #3479AA; }

 span { border-color: rgb(52,121,170); }

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