Html Css Color HEX #327096 Lochmara

📋 copy color: '#327096'

red 50 ◦ green 112 ◦ blue 150

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

Shades of Lochmara #327096

Tints of Lochmara #327096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 16.03%
G = 35.9%
B = 48.08%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#327096 (or 0x327096) is known color: Lochmara. HEX triplet: 32, 70 and 96. RGB value is (50,112,150). Sum of RGB (Red+Green+Blue) = 50+112+150=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #327096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327096 is #CD8F69. Grayscale: #616161. Windows color (decimal): -13471594 or 9859122. OLE color: 9859122.

HSL color Cylindrical-coordinate representation of color #327096: hue angle of 202.8º 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 #327096 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 112 150 -
CMYK 0.67 0.25 0 0.41
HSL 202.8º 0.5% 0.39% -
HSV(B) 202.8º 0.67% 0.59% -
XYZ 12.61 14.47 30.98 -
YUV 97.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 50 112 150 0.67 0.25 0 0.41 202.8 0.5 0.39
Hex 32 70 96 43 19 0 29 CB 32 27
Octal 62 160 226 103 31 0 51 313 62 47
Binary 110010 1110000 10010110 1000011 11001 0 101001 11001011 110010 100111

Color Harmonies of #327096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327096

Black with #327096

Text Example


Text Example

White with #327096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327096; }

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

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

background-color css

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

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

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

border-color css

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

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

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