#3478A7

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

Shades of Lochmara #3478A7

Tints of Lochmara #3478A7

Color information

#3478A7 (or 0x3478A7) is unknown color: approx Lochmara. HEX triplet: 34, 78 and A7. RGB value is (52,120,167). Sum of RGB (Red+Green+Blue) = 52+120+167=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #3478A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3478A7 is #CB8758. Grayscale: #686868. Windows color (decimal): -13338457 or 10975284. OLE color: 10975284.

HSL color Cylindrical-coordinate representation of color #3478A7: hue angle of 204.52º degrees, saturation: 0.53, 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 #3478A7 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB52120167-
CMYK0.690.2800.35
HSL204.52º52.51%42.94%-
HSV(B)204.52º68.86%65.49%-
XYZ15.1116.9539.04-
YUV105.03162.9790.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.34%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 167 (65.62% from 255) = 49.26%
R=15.34%
G=35.40%
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
Decimal521201670.690.2800.35204.5252.5142.94
Hex3478A7451C023cd352b
Octal64170247105340433156553
Binary110100111100010100111100010111100010001111001101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3478A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3478A7; }

 p { color: rgb(52,120,167); }

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

<style>
 a { background-color: #3478A7; }

 a { background-color: rgb(52,120,167); }

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

<style>
 span { border-color: #3478A7; }

 span { border-color: rgb(52,120,167); }

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