#3474AC

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

Shades of Lochmara #3474AC

Tints of Lochmara #3474AC

Color information

#3474AC (or 0x3474AC) is unknown color: approx Lochmara. HEX triplet: 34, 74 and AC. RGB value is (52,116,172). Sum of RGB (Red+Green+Blue) = 52+116+172=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #3474AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3474AC is #CB8B53. Grayscale: #666666. Windows color (decimal): -13339476 or 11301940. OLE color: 11301940.

HSL color Cylindrical-coordinate representation of color #3474AC: hue angle of 208º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3474AC is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52116172-
CMYK0.700.3300.33
HSL208º53.57%43.92%-
HSV(B)208º69.77%67.45%-
XYZ15.1116.241.36-
YUV103.25166.891.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.29%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=15.29%
G=34.12%
B=50.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521161720.700.3300.3320853.5743.92
Hex3474AC4621021d0362c
Octal64164254106410413206654
Binary1101001110100101011001000110100001010000111010000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3474AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3474AC; }

 p { color: rgb(52,116,172); }

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

<style>
 a { background-color: #3474AC; }

 a { background-color: rgb(52,116,172); }

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

<style>
 span { border-color: #3474AC; }

 span { border-color: rgb(52,116,172); }

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