#3477AA

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

Shades of Lochmara #3477AA

Tints of Lochmara #3477AA

Color information

#3477AA (or 0x3477AA) is unknown color: approx Lochmara. HEX triplet: 34, 77 and AA. RGB value is (52,119,170). Sum of RGB (Red+Green+Blue) = 52+119+170=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #3477AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3477AA is #CB8855. Grayscale: #686868. Windows color (decimal): -13338710 or 11171636. OLE color: 11171636.

HSL color Cylindrical-coordinate representation of color #3477AA: hue angle of 205.93º 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 #3477AA is Cyan = 0.69, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52119170-
CMYK0.690.300.33
HSL205.93º53.15%43.53%-
HSV(B)205.93º69.41%66.67%-
XYZ15.2716.8340.47-
YUV104.78164.890.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.25%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=15.25%
G=34.90%
B=49.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521191700.690.300.33205.9353.1543.53
Hex3477AA451E021ce352c
Octal64167252105360413166554
Binary110100111011110101010100010111110010000111001110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3477AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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