#326C9E

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

Shades of Lochmara #326C9E

Tints of Lochmara #326C9E

Color information

#326C9E (or 0x326C9E) is unknown color: approx Lochmara. HEX triplet: 32, 6C and 9E. RGB value is (50,108,158). Sum of RGB (Red+Green+Blue) = 50+108+158=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #326C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C9E is #CD9361. Grayscale: #606060. Windows color (decimal): -13472610 or 10382386. OLE color: 10382386.

HSL color Cylindrical-coordinate representation of color #326C9E: hue angle of 207.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326C9E is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50108158-
CMYK0.680.3200.38
HSL207.78º51.92%40.78%-
HSV(B)207.78º68.35%61.96%-
XYZ12.8513.8734.35-
YUV96.36162.7894.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.82%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 158 (62.11% from 255) = 50%
R=15.82%
G=34.18%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501081580.680.3200.38207.7851.9240.78
Hex326C9E4420026d03429
Octal62154236104400463206451
Binary1100101101100100111101000100100000010011011010000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326C9E; }

 p { color: rgb(50,108,158); }

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

<style>
 a { background-color: #326C9E; }

 a { background-color: rgb(50,108,158); }

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

<style>
 span { border-color: #326C9E; }

 span { border-color: rgb(50,108,158); }

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