Html Css Color HEX #326494 Lochmara

📋 copy color: '#326494'

red 50 ◦ green 100 ◦ blue 148

#326494
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #326494

Tints of Lochmara #326494

RGB

 RED value IS 50 (19.92% from 255) = 16.78%

 GREEN value IS 100 (39.45% from 255) = 33.56%

 BLUE value IS 148 (58.2% from 255) = 49.66%

R = 16.78%
G = 33.56%
B = 49.66%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#326494 (or 0x326494) is known color: Lochmara. HEX triplet: 32, 64 and 94. RGB value is (50,100,148). Sum of RGB (Red+Green+Blue) = 50+100+148=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #326494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326494 is #CD9B6B. Grayscale: #5A5A5A. Windows color (decimal): -13474668 or 9724978. OLE color: 9724978.

HSL color Cylindrical-coordinate representation of color #326494: hue angle of 209.39º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326494 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 100 148 -
CMYK 0.66 0.32 0 0.42
HSL 209.39º 0.49% 0.39% -
HSV(B) 209.39º 0.66% 0.58% -
XYZ 11.22 11.93 29.73 -
YUV 90.52 160.44 99.1 -
System Red Green Blue C M Y K H S L
Decimal 50 100 148 0.66 0.32 0 0.42 209.39 0.49 0.39
Hex 32 64 94 42 20 0 2A D1 31 27
Octal 62 144 224 102 40 0 52 321 61 47
Binary 110010 1100100 10010100 1000010 100000 0 101010 11010001 110001 100111

Color Harmonies of #326494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326494

Black with #326494

Text Example


Text Example

White with #326494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326494; }

 p { color: rgb(50,100,148); }

 H1.HeaderClassName
 {
   color: #326494;
 }
 .AnyTagClassName
 {
   color: #326494;
 }
</style>

background-color css

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

 a { background-color: rgb(50,100,148); }

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

border-color css

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

 span { border-color: rgb(50,100,148); }

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