Html Css Color HEX #326EAC Lochmara

📋 copy color: '#326EAC'

red 50 ◦ green 110 ◦ blue 172

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

Shades of Lochmara #326EAC

Tints of Lochmara #326EAC

RGB

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

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

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

R = 15.06%
G = 33.13%
B = 51.81%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#326EAC (or 0x326EAC) is known color: Lochmara. HEX triplet: 32, 6E and AC. RGB value is (50,110,172). Sum of RGB (Red+Green+Blue) = 50+110+172=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #326EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326EAC is #CD9153. Grayscale: #626262. Windows color (decimal): -13472084 or 11300402. OLE color: 11300402.

HSL color Cylindrical-coordinate representation of color #326EAC: hue angle of 210.49º 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 #326EAC is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 110 172 -
CMYK 0.71 0.36 0 0.33
HSL 210.49º 0.55% 0.44% -
HSV(B) 210.49º 0.71% 0.67% -
XYZ 14.34 14.81 41.13 -
YUV 99.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 50 110 172 0.71 0.36 0 0.33 210.49 0.55 0.44
Hex 32 6E AC 47 24 0 21 D2 37 2C
Octal 62 156 254 107 44 0 41 322 67 54
Binary 110010 1101110 10101100 1000111 100100 0 100001 11010010 110111 101100

Color Harmonies of #326EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326EAC

Black with #326EAC

Text Example


Text Example

White with #326EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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