Html Css Color HEX #326C95 Lochmara

📋 copy color: '#326C95'

red 50 ◦ green 108 ◦ blue 149

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

Shades of Lochmara #326C95

Tints of Lochmara #326C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.18%

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

R = 16.29%
G = 35.18%
B = 48.53%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#326C95 (or 0x326C95) is known color: Lochmara. HEX triplet: 32, 6C and 95. RGB value is (50,108,149). Sum of RGB (Red+Green+Blue) = 50+108+149=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #326C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C95 is #CD936A. Grayscale: #5F5F5F. Windows color (decimal): -13472619 or 9792562. OLE color: 9792562.

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

Color convert

RGB 50 108 149 -
CMYK 0.66 0.28 0 0.42
HSL 204.85º 0.5% 0.39% -
HSV(B) 204.85º 0.66% 0.58% -
XYZ 12.1 13.57 30.42 -
YUV 95.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 50 108 149 0.66 0.28 0 0.42 204.85 0.5 0.39
Hex 32 6C 95 42 1C 0 2A CD 32 27
Octal 62 154 225 102 34 0 52 315 62 47
Binary 110010 1101100 10010101 1000010 11100 0 101010 11001101 110010 100111

Color Harmonies of #326C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C95

Black with #326C95

Text Example


Text Example

White with #326C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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