#3476AC

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

Shades of Lochmara #3476AC

Tints of Lochmara #3476AC

Color information

#3476AC (or 0x3476AC) is unknown color: approx Lochmara. HEX triplet: 34, 76 and AC. RGB value is (52,118,172). Sum of RGB (Red+Green+Blue) = 52+118+172=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #3476AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3476AC is #CB8953. Grayscale: #686868. Windows color (decimal): -13338964 or 11302452. OLE color: 11302452.

HSL color Cylindrical-coordinate representation of color #3476AC: hue angle of 207º 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 #3476AC is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52118172-
CMYK0.700.3100.33
HSL207º53.57%43.92%-
HSV(B)207º69.77%67.45%-
XYZ15.3416.6741.44-
YUV104.42166.1390.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.20%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 172 (67.58% from 255) = 50.29%
R=15.20%
G=34.50%
B=50.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521181720.700.3100.3320753.5743.92
Hex3476AC461F021cf362c
Octal64166254106370413176654
Binary110100111011010101100100011011111010000111001111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3476AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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