Html Css Color HEX #326BA9 Lochmara

📋 copy color: '#326BA9'

red 50 ◦ green 107 ◦ blue 169

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

Shades of Lochmara #326BA9

Tints of Lochmara #326BA9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.82%

 BLUE value IS 169 (66.41% from 255) = 51.84%

R = 15.34%
G = 32.82%
B = 51.84%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#326BA9 (or 0x326BA9) is known color: Lochmara. HEX triplet: 32, 6B and A9. RGB value is (50,107,169). Sum of RGB (Red+Green+Blue) = 50+107+169=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 169 (66.41% from 255 or 51.84% from 326); Max value from RGB is 169 - color contains mainly: blue. Hex color #326BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326BA9 is #CD9456. Grayscale: #606060. Windows color (decimal): -13472855 or 11103026. OLE color: 11103026.

HSL color Cylindrical-coordinate representation of color #326BA9: hue angle of 211.26º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #326BA9 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 50 107 169 -
CMYK 0.70 0.37 0 0.34
HSL 211.26º 0.54% 0.43% -
HSV(B) 211.26º 0.7% 0.66% -
XYZ 13.73 14.06 39.53 -
YUV 97.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 50 107 169 0.70 0.37 0 0.34 211.26 0.54 0.43
Hex 32 6B A9 46 25 0 22 D3 36 2B
Octal 62 153 251 106 45 0 42 323 66 53
Binary 110010 1101011 10101001 1000110 100101 0 100010 11010011 110110 101011

Color Harmonies of #326BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BA9

Black with #326BA9

Text Example


Text Example

White with #326BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,107,169); }

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

background-color css

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

 a { background-color: rgb(50,107,169); }

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

border-color css

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

 span { border-color: rgb(50,107,169); }

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