#3265AC

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

Shades of Lochmara #3265AC

Tints of Lochmara #3265AC

Color information

#3265AC (or 0x3265AC) is unknown color: approx Lochmara. HEX triplet: 32, 65 and AC. RGB value is (50,101,172). Sum of RGB (Red+Green+Blue) = 50+101+172=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #3265AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3265AC is #CD9A53. Grayscale: #5D5D5D. Windows color (decimal): -13474388 or 11298098. OLE color: 11298098.

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

Color convert

RGB50101172-
CMYK0.710.4100.33
HSL214.92º54.95%43.53%-
HSV(B)214.92º70.93%67.45%-
XYZ13.4212.9640.82-
YUV93.84172.196.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 172 (67.58% from 255) = 53.25%
R=15.48%
G=31.27%
B=53.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501011720.710.4100.33214.9254.9543.53
Hex3265AC4729021d7372c
Octal62145254107510413276754
Binary1100101100101101011001000111101001010000111010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3265AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,101,172); }

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

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

 a { background-color: rgb(50,101,172); }

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

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

 span { border-color: rgb(50,101,172); }

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