#3264AB

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

Shades of Lochmara #3264AB

Tints of Lochmara #3264AB

Color information

#3264AB (or 0x3264AB) is unknown color: approx Lochmara. HEX triplet: 32, 64 and AB. RGB value is (50,100,171). Sum of RGB (Red+Green+Blue) = 50+100+171=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #3264AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3264AB is #CD9B54. Grayscale: #5C5C5C. Windows color (decimal): -13474645 or 11232306. OLE color: 11232306.

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

Color convert

RGB50100171-
CMYK0.710.4200.33
HSL215.21º54.75%43.33%-
HSV(B)215.21º70.76%67.06%-
XYZ13.2212.7340.29-
YUV93.14171.9497.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 100 (39.45% from 255) = 31.15%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=15.58%
G=31.15%
B=53.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501001710.710.4200.33215.2154.7543.33
Hex3264AB472A021d7372b
Octal62144253107520413276753
Binary1100101100100101010111000111101010010000111010111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3264AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3264AB; }

 p { color: rgb(50,100,171); }

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

<style>
 a { background-color: #3264AB; }

 a { background-color: rgb(50,100,171); }

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

<style>
 span { border-color: #3264AB; }

 span { border-color: rgb(50,100,171); }

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