#3274A7

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

Shades of Lochmara #3274A7

Tints of Lochmara #3274A7

Color information

#3274A7 (or 0x3274A7) is unknown color: approx Lochmara. HEX triplet: 32, 74 and A7. RGB value is (50,116,167). Sum of RGB (Red+Green+Blue) = 50+116+167=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 167 (65.62% from 255 or 50.15% from 333); Max value from RGB is 167 - color contains mainly: blue. Hex color #3274A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3274A7 is #CD8B58. Grayscale: #656565. Windows color (decimal): -13470553 or 10974258. OLE color: 10974258.

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

Color convert

RGB50116167-
CMYK0.700.3100.35
HSL206.15º53.92%42.55%-
HSV(B)206.15º70.06%65.49%-
XYZ14.5415.9638.87-
YUV102.08164.6390.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.02%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 167 (65.62% from 255) = 50.15%
R=15.02%
G=34.83%
B=50.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501161670.700.3100.35206.1553.9242.55
Hex3274A7461F023ce362b
Octal62164247106370433166653
Binary110010111010010100111100011011111010001111001110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3274A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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