#326A98

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

Shades of Lochmara #326A98

Tints of Lochmara #326A98

Color information

#326A98 (or 0x326A98) is unknown color: approx Lochmara. HEX triplet: 32, 6A and 98. RGB value is (50,106,152). Sum of RGB (Red+Green+Blue) = 50+106+152=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #326A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326A98 is #CD9567. Grayscale: #5E5E5E. Windows color (decimal): -13473128 or 9988658. OLE color: 9988658.

HSL color Cylindrical-coordinate representation of color #326A98: hue angle of 207.06º 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 #326A98 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB50106152-
CMYK0.670.3000.40
HSL207.06º50.5%39.61%-
HSV(B)207.06º67.11%59.61%-
XYZ12.1413.2531.62-
YUV94.5160.4596.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.23%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=16.23%
G=34.42%
B=49.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501061520.670.3000.40207.0650.539.61
Hex326A98431E028cf3228
Octal62152230103360503176250
Binary110010110101010011000100001111110010100011001111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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