Html Css Color HEX #326EAB Lochmara

📋 copy color: '#326EAB'

red 50 ◦ green 110 ◦ blue 171

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

Shades of Lochmara #326EAB

Tints of Lochmara #326EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.66%

R = 15.11%
G = 33.23%
B = 51.66%

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

#326EAB (or 0x326EAB) is known color: Lochmara. HEX triplet: 32, 6E and AB. RGB value is (50,110,171). Sum of RGB (Red+Green+Blue) = 50+110+171=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #326EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326EAB is #CD9154. Grayscale: #626262. Windows color (decimal): -13472085 or 11234866. OLE color: 11234866.

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

Color convert

RGB 50 110 171 -
CMYK 0.71 0.36 0 0.33
HSL 210.25º 0.55% 0.43% -
HSV(B) 210.25º 0.71% 0.67% -
XYZ 14.24 14.77 40.63 -
YUV 99.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 50 110 171 0.71 0.36 0 0.33 210.25 0.55 0.43
Hex 32 6E AB 47 24 0 21 D2 37 2B
Octal 62 156 253 107 44 0 41 322 67 53
Binary 110010 1101110 10101011 1000111 100100 0 100001 11010010 110111 101011

Color Harmonies of #326EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326EAB

Black with #326EAB

Text Example


Text Example

White with #326EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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