Html Css Color HEX #326BAC Lochmara

📋 copy color: '#326BAC'

red 50 ◦ green 107 ◦ blue 172

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

Shades of Lochmara #326BAC

Tints of Lochmara #326BAC

RGB

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

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

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

R = 15.2%
G = 32.52%
B = 52.28%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#326BAC (or 0x326BAC) is known color: Lochmara. HEX triplet: 32, 6B and AC. RGB value is (50,107,172). Sum of RGB (Red+Green+Blue) = 50+107+172=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #326BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326BAC is #CD9453. Grayscale: #616161. Windows color (decimal): -13472852 or 11299634. OLE color: 11299634.

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

Color convert

RGB 50 107 172 -
CMYK 0.71 0.38 0 0.33
HSL 211.97º 0.55% 0.44% -
HSV(B) 211.97º 0.71% 0.67% -
XYZ 14.02 14.17 41.03 -
YUV 97.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 50 107 172 0.71 0.38 0 0.33 211.97 0.55 0.44
Hex 32 6B AC 47 26 0 21 D4 37 2C
Octal 62 153 254 107 46 0 41 324 67 54
Binary 110010 1101011 10101100 1000111 100110 0 100001 11010100 110111 101100

Color Harmonies of #326BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BAC

Black with #326BAC

Text Example


Text Example

White with #326BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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