#3274A6

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

Shades of Lochmara #3274A6

Tints of Lochmara #3274A6

Color information

#3274A6 (or 0x3274A6) is unknown color: approx Lochmara. HEX triplet: 32, 74 and A6. RGB value is (50,116,166). Sum of RGB (Red+Green+Blue) = 50+116+166=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #3274A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3274A6 is #CD8B59. Grayscale: #656565. Windows color (decimal): -13470554 or 10908722. OLE color: 10908722.

HSL color Cylindrical-coordinate representation of color #3274A6: hue angle of 205.86º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3274A6 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB50116166-
CMYK0.700.3000.35
HSL205.86º53.7%42.35%-
HSV(B)205.86º69.88%65.1%-
XYZ14.4415.9238.39-
YUV101.97164.1390.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.06%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 166 (65.23% from 255) = 50%
R=15.06%
G=34.94%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501161660.700.3000.35205.8653.742.35
Hex3274A6461E023ce362a
Octal62164246106360433166652
Binary110010111010010100110100011011110010001111001110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3274A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,116,166); }

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

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

 a { background-color: rgb(50,116,166); }

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

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

 span { border-color: rgb(50,116,166); }

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