Html Css Color HEX #326E95 Lochmara

📋 copy color: '#326E95'

red 50 ◦ green 110 ◦ blue 149

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

Shades of Lochmara #326E95

Tints of Lochmara #326E95

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.6%

 BLUE value IS 149 (58.59% from 255) = 48.22%

R = 16.18%
G = 35.6%
B = 48.22%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#326E95 (or 0x326E95) is known color: Lochmara. HEX triplet: 32, 6E and 95. RGB value is (50,110,149). Sum of RGB (Red+Green+Blue) = 50+110+149=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #326E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E95 is #CD916A. Grayscale: #606060. Windows color (decimal): -13472107 or 9793074. OLE color: 9793074.

HSL color Cylindrical-coordinate representation of color #326E95: hue angle of 203.64º degrees, saturation: 0.5, 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 #326E95 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 110 149 -
CMYK 0.66 0.26 0 0.42
HSL 203.64º 0.5% 0.39% -
HSV(B) 203.64º 0.66% 0.58% -
XYZ 12.32 14 30.49 -
YUV 96.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 50 110 149 0.66 0.26 0 0.42 203.64 0.5 0.39
Hex 32 6E 95 42 1A 0 2A CC 32 27
Octal 62 156 225 102 32 0 52 314 62 47
Binary 110010 1101110 10010101 1000010 11010 0 101010 11001100 110010 100111

Color Harmonies of #326E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E95

Black with #326E95

Text Example


Text Example

White with #326E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,110,149); }

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

background-color css

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

 a { background-color: rgb(50,110,149); }

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

border-color css

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

 span { border-color: rgb(50,110,149); }

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