#327598

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

Shades of Lochmara #327598

Tints of Lochmara #327598

Color information

#327598 (or 0x327598) is unknown color: approx Lochmara. HEX triplet: 32, 75 and 98. RGB value is (50,117,152). Sum of RGB (Red+Green+Blue) = 50+117+152=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #327598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327598 is #CD8A67. Grayscale: #646464. Windows color (decimal): -13470312 or 9991474. OLE color: 9991474.

HSL color Cylindrical-coordinate representation of color #327598: hue angle of 200.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327598 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB50117152-
CMYK0.670.2300.40
HSL200.59º50.5%39.61%-
HSV(B)200.59º67.11%59.61%-
XYZ13.3415.6732.03-
YUV100.96156.891.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=15.67%
G=36.68%
B=47.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501171520.670.2300.40200.5950.539.61
Hex3275984317028c93228
Octal62165230103270503116250
Binary110010111010110011000100001110111010100011001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327598; }

 p { color: rgb(50,117,152); }

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

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

 a { background-color: rgb(50,117,152); }

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

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

 span { border-color: rgb(50,117,152); }

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