#326397

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

Shades of Lochmara #326397

Tints of Lochmara #326397

Color information

#326397 (or 0x326397) is unknown color: approx Lochmara. HEX triplet: 32, 63 and 97. RGB value is (50,99,151). Sum of RGB (Red+Green+Blue) = 50+99+151=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #326397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326397 is #CD9C68. Grayscale: #5A5A5A. Windows color (decimal): -13474921 or 9921330. OLE color: 9921330.

HSL color Cylindrical-coordinate representation of color #326397: hue angle of 210.89º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326397 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5099151-
CMYK0.670.3400.41
HSL210.89º50.25%39.41%-
HSV(B)210.89º66.89%59.22%-
XYZ11.3611.8430.96-
YUV90.28162.2799.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 151 (59.38% from 255) = 50.33%
R=16.67%
G=33%
B=50.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50991510.670.3400.41210.8950.2539.41
Hex3263974322029d33227
Octal62143227103420513236247
Binary1100101100011100101111000011100010010100111010011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326397; }

 p { color: rgb(50,99,151); }

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

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

 a { background-color: rgb(50,99,151); }

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

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

 span { border-color: rgb(50,99,151); }

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