#3470A7

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

Shades of Lochmara #3470A7

Tints of Lochmara #3470A7

Color information

#3470A7 (or 0x3470A7) is unknown color: approx Lochmara. HEX triplet: 34, 70 and A7. RGB value is (52,112,167). Sum of RGB (Red+Green+Blue) = 52+112+167=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 167 (65.62% from 255 or 50.45% from 331); Max value from RGB is 167 - color contains mainly: blue. Hex color #3470A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3470A7 is #CB8F58. Grayscale: #646464. Windows color (decimal): -13340505 or 10973236. OLE color: 10973236.

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

Color convert

RGB52112167-
CMYK0.690.3300.35
HSL208.7º52.51%42.94%-
HSV(B)208.7º68.86%65.49%-
XYZ14.1915.1138.73-
YUV100.33165.6293.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.71%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 167 (65.62% from 255) = 50.45%
R=15.71%
G=33.84%
B=50.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521121670.690.3300.35208.752.5142.94
Hex3470A74521023d1352b
Octal64160247105410433216553
Binary1101001110000101001111000101100001010001111010001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3470A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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