#3267AB

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

Shades of Lochmara #3267AB

Tints of Lochmara #3267AB

Color information

#3267AB (or 0x3267AB) is unknown color: approx Lochmara. HEX triplet: 32, 67 and AB. RGB value is (50,103,171). Sum of RGB (Red+Green+Blue) = 50+103+171=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #3267AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3267AB is #CD9854. Grayscale: #5E5E5E. Windows color (decimal): -13473877 or 11233074. OLE color: 11233074.

HSL color Cylindrical-coordinate representation of color #3267AB: hue angle of 213.72º 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 #3267AB is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB50103171-
CMYK0.710.4000.33
HSL213.72º54.75%43.33%-
HSV(B)213.72º70.76%67.06%-
XYZ13.5213.3240.39-
YUV94.9170.9495.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.43%
GREEN value IS 103 (40.62% from 255) = 31.79%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=15.43%
G=31.79%
B=52.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501031710.710.4000.33213.7254.7543.33
Hex3267AB4728021d6372b
Octal62147253107500413266753
Binary1100101100111101010111000111101000010000111010110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3267AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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