Html Css Color HEX #326FAE Lochmara

📋 copy color: '#326FAE'

red 50 ◦ green 111 ◦ blue 174

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

Shades of Lochmara #326FAE

Tints of Lochmara #326FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 14.93%
G = 33.13%
B = 51.94%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#326FAE (or 0x326FAE) is known color: Lochmara. HEX triplet: 32, 6F and AE. RGB value is (50,111,174). Sum of RGB (Red+Green+Blue) = 50+111+174=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #326FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326FAE is #CD9051. Grayscale: #636363. Windows color (decimal): -13471826 or 11431730. OLE color: 11431730.

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

Color convert

RGB 50 111 174 -
CMYK 0.71 0.36 0 0.32
HSL 210.48º 0.55% 0.44% -
HSV(B) 210.48º 0.71% 0.68% -
XYZ 14.64 15.1 42.19 -
YUV 99.94 169.79 92.38 -
System Red Green Blue C M Y K H S L
Decimal 50 111 174 0.71 0.36 0 0.32 210.48 0.55 0.44
Hex 32 6F AE 47 24 0 20 D2 37 2C
Octal 62 157 256 107 44 0 40 322 67 54
Binary 110010 1101111 10101110 1000111 100100 0 100000 11010010 110111 101100

Color Harmonies of #326FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FAE

Black with #326FAE

Text Example


Text Example

White with #326FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,111,174); }

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

background-color css

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

 a { background-color: rgb(50,111,174); }

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

border-color css

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

 span { border-color: rgb(50,111,174); }

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