#3271AF

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

Shades of Lochmara #3271AF

Tints of Lochmara #3271AF

Color information

#3271AF (or 0x3271AF) is unknown color: approx Lochmara. HEX triplet: 32, 71 and AF. RGB value is (50,113,175). Sum of RGB (Red+Green+Blue) = 50+113+175=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #3271AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3271AF is #CD8E50. Grayscale: #646464. Windows color (decimal): -13471313 or 11497778. OLE color: 11497778.

HSL color Cylindrical-coordinate representation of color #3271AF: hue angle of 209.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3271AF is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50113175-
CMYK0.710.3500.31
HSL209.76º55.56%44.12%-
HSV(B)209.76º71.43%68.63%-
XYZ14.9615.5842.78-
YUV101.23169.6391.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 175 (68.75% from 255) = 51.78%
R=14.79%
G=33.43%
B=51.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501131750.710.3500.31209.7655.5644.12
Hex3271AF472301Fd2382c
Octal62161257107430373227054
Binary110010111000110101111100011110001101111111010010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3271AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3271AF; }

 p { color: rgb(50,113,175); }

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

<style>
 a { background-color: #3271AF; }

 a { background-color: rgb(50,113,175); }

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

<style>
 span { border-color: #3271AF; }

 span { border-color: rgb(50,113,175); }

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