Html Css Color HEX #326CAC Lochmara

📋 copy color: '#326CAC'

red 50 ◦ green 108 ◦ blue 172

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

Shades of Lochmara #326CAC

Tints of Lochmara #326CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.12%

R = 15.15%
G = 32.73%
B = 52.12%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#326CAC (or 0x326CAC) is known color: Lochmara. HEX triplet: 32, 6C and AC. RGB value is (50,108,172). Sum of RGB (Red+Green+Blue) = 50+108+172=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #326CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326CAC is #CD9353. Grayscale: #616161. Windows color (decimal): -13472596 or 11299890. OLE color: 11299890.

HSL color Cylindrical-coordinate representation of color #326CAC: hue angle of 211.48º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #326CAC is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 108 172 -
CMYK 0.71 0.37 0 0.33
HSL 211.48º 0.55% 0.44% -
HSV(B) 211.48º 0.71% 0.67% -
XYZ 14.12 14.38 41.06 -
YUV 97.95 169.78 93.8 -
System Red Green Blue C M Y K H S L
Decimal 50 108 172 0.71 0.37 0 0.33 211.48 0.55 0.44
Hex 32 6C AC 47 25 0 21 D3 37 2C
Octal 62 154 254 107 45 0 41 323 67 54
Binary 110010 1101100 10101100 1000111 100101 0 100001 11010011 110111 101100

Color Harmonies of #326CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326CAC

Black with #326CAC

Text Example


Text Example

White with #326CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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