Html Css Color HEX #327396 Lochmara

📋 copy color: '#327396'

red 50 ◦ green 115 ◦ blue 150

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

Shades of Lochmara #327396

Tints of Lochmara #327396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 15.87%
G = 36.51%
B = 47.62%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#327396 (or 0x327396) is known color: Lochmara. HEX triplet: 32, 73 and 96. RGB value is (50,115,150). Sum of RGB (Red+Green+Blue) = 50+115+150=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #327396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327396 is #CD8C69. Grayscale: #636363. Windows color (decimal): -13470826 or 9859890. OLE color: 9859890.

HSL color Cylindrical-coordinate representation of color #327396: hue angle of 201º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327396 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 115 150 -
CMYK 0.67 0.23 0 0.41
HSL 201º 0.5% 0.39% -
HSV(B) 201º 0.67% 0.59% -
XYZ 12.95 15.14 31.09 -
YUV 99.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 50 115 150 0.67 0.23 0 0.41 201 0.5 0.39
Hex 32 73 96 43 17 0 29 C9 32 27
Octal 62 163 226 103 27 0 51 311 62 47
Binary 110010 1110011 10010110 1000011 10111 0 101001 11001001 110010 100111

Color Harmonies of #327396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327396

Black with #327396

Text Example


Text Example

White with #327396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327396; }

 p { color: rgb(50,115,150); }

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

background-color css

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

 a { background-color: rgb(50,115,150); }

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

border-color css

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

 span { border-color: rgb(50,115,150); }

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