#327697

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

Shades of Lochmara #327697

Tints of Lochmara #327697

Color information

#327697 (or 0x327697) is unknown color: approx Lochmara. HEX triplet: 32, 76 and 97. RGB value is (50,118,151). Sum of RGB (Red+Green+Blue) = 50+118+151=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #327697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327697 is #CD8968. Grayscale: #656565. Windows color (decimal): -13470057 or 9926194. OLE color: 9926194.

HSL color Cylindrical-coordinate representation of color #327697: hue angle of 199.6º 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 #327697 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB50118151-
CMYK0.670.2200.41
HSL199.6º50.25%39.41%-
HSV(B)199.6º66.89%59.22%-
XYZ13.3815.8731.64-
YUV101.43155.9791.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 151 (59.38% from 255) = 47.34%
R=15.67%
G=36.99%
B=47.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501181510.670.2200.41199.650.2539.41
Hex3276974316029c83227
Octal62166227103260513106247
Binary110010111011010010111100001110110010100111001000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327697; }

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

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

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

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

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

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

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

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