#3477A6

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

Shades of Lochmara #3477A6

Tints of Lochmara #3477A6

Color information

#3477A6 (or 0x3477A6) is unknown color: approx Lochmara. HEX triplet: 34, 77 and A6. RGB value is (52,119,166). Sum of RGB (Red+Green+Blue) = 52+119+166=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #3477A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3477A6 is #CB8859. Grayscale: #686868. Windows color (decimal): -13338714 or 10909492. OLE color: 10909492.

HSL color Cylindrical-coordinate representation of color #3477A6: hue angle of 204.74º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3477A6 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB52119166-
CMYK0.690.2800.35
HSL204.74º52.29%42.75%-
HSV(B)204.74º68.67%65.1%-
XYZ14.916.6838.51-
YUV104.32162.890.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 166 (65.23% from 255) = 49.26%
R=15.43%
G=35.31%
B=49.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521191660.690.2800.35204.7452.2942.75
Hex3477A6451C023cd342b
Octal64167246105340433156453
Binary110100111011110100110100010111100010001111001101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3477A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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