Html Css Color HEX #326DAA Lochmara

📋 copy color: '#326DAA'

red 50 ◦ green 109 ◦ blue 170

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

Shades of Lochmara #326DAA

Tints of Lochmara #326DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.13%

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 15.2%
G = 33.13%
B = 51.67%

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

#326DAA (or 0x326DAA) is known color: Lochmara. HEX triplet: 32, 6D and AA. RGB value is (50,109,170). Sum of RGB (Red+Green+Blue) = 50+109+170=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #326DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326DAA is #CD9255. Grayscale: #626262. Windows color (decimal): -13472342 or 11169074. OLE color: 11169074.

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

Color convert

RGB 50 109 170 -
CMYK 0.71 0.36 0 0.33
HSL 210.5º 0.55% 0.43% -
HSV(B) 210.5º 0.71% 0.67% -
XYZ 14.04 14.52 40.09 -
YUV 98.31 168.45 93.54 -
System Red Green Blue C M Y K H S L
Decimal 50 109 170 0.71 0.36 0 0.33 210.5 0.55 0.43
Hex 32 6D AA 47 24 0 21 D2 37 2B
Octal 62 155 252 107 44 0 41 322 67 53
Binary 110010 1101101 10101010 1000111 100100 0 100001 11010010 110111 101011

Color Harmonies of #326DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326DAA

Black with #326DAA

Text Example


Text Example

White with #326DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,109,170); }

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

background-color css

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

 a { background-color: rgb(50,109,170); }

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

border-color css

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

 span { border-color: rgb(50,109,170); }

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