Html Css Color HEX #326EAF Lochmara

📋 copy color: '#326EAF'

red 50 ◦ green 110 ◦ blue 175

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

Shades of Lochmara #326EAF

Tints of Lochmara #326EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.24%

R = 14.93%
G = 32.84%
B = 52.24%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#326EAF (or 0x326EAF) is known color: Lochmara. HEX triplet: 32, 6E and AF. RGB value is (50,110,175). Sum of RGB (Red+Green+Blue) = 50+110+175=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #326EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326EAF is #CD9150. Grayscale: #636363. Windows color (decimal): -13472081 or 11497010. OLE color: 11497010.

HSL color Cylindrical-coordinate representation of color #326EAF: hue angle of 211.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #326EAF is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 110 175 -
CMYK 0.71 0.37 0 0.31
HSL 211.2º 0.56% 0.44% -
HSV(B) 211.2º 0.71% 0.69% -
XYZ 14.63 14.93 42.67 -
YUV 99.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 50 110 175 0.71 0.37 0 0.31 211.2 0.56 0.44
Hex 32 6E AF 47 25 0 1F D3 38 2C
Octal 62 156 257 107 45 0 37 323 70 54
Binary 110010 1101110 10101111 1000111 100101 0 11111 11010011 111000 101100

Color Harmonies of #326EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326EAF

Black with #326EAF

Text Example


Text Example

White with #326EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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