Html Css Color HEX #327097 Lochmara

📋 copy color: '#327097'

red 50 ◦ green 112 ◦ blue 151

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

Shades of Lochmara #327097

Tints of Lochmara #327097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.24%

R = 15.97%
G = 35.78%
B = 48.24%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#327097 (or 0x327097) is known color: Lochmara. HEX triplet: 32, 70 and 97. RGB value is (50,112,151). Sum of RGB (Red+Green+Blue) = 50+112+151=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #327097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327097 is #CD8F68. Grayscale: #616161. Windows color (decimal): -13471593 or 9924658. OLE color: 9924658.

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

Color convert

RGB 50 112 151 -
CMYK 0.67 0.26 0 0.41
HSL 203.17º 0.5% 0.39% -
HSV(B) 203.17º 0.67% 0.59% -
XYZ 12.7 14.5 31.41 -
YUV 97.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 50 112 151 0.67 0.26 0 0.41 203.17 0.5 0.39
Hex 32 70 97 43 1A 0 29 CB 32 27
Octal 62 160 227 103 32 0 51 313 62 47
Binary 110010 1110000 10010111 1000011 11010 0 101001 11001011 110010 100111

Color Harmonies of #327097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327097

Black with #327097

Text Example


Text Example

White with #327097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327097; }

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

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

background-color css

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

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

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

border-color css

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

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

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