#3267AD

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

Shades of Lochmara #3267AD

Tints of Lochmara #3267AD

Color information

#3267AD (or 0x3267AD) is unknown color: approx Lochmara. HEX triplet: 32, 67 and AD. RGB value is (50,103,173). Sum of RGB (Red+Green+Blue) = 50+103+173=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #3267AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3267AD is #CD9852. Grayscale: #5E5E5E. Windows color (decimal): -13473875 or 11364146. OLE color: 11364146.

HSL color Cylindrical-coordinate representation of color #3267AD: hue angle of 214.15º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3267AD is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB50103173-
CMYK0.710.4000.32
HSL214.15º55.16%43.73%-
HSV(B)214.15º71.1%67.84%-
XYZ13.7113.441.4-
YUV95.13171.9495.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=15.34%
G=31.60%
B=53.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501031730.710.4000.32214.1555.1643.73
Hex3267AD4728020d6372c
Octal62147255107500403266754
Binary1100101100111101011011000111101000010000011010110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3267AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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