Html Css Color HEX #327BA1 Lochmara

📋 copy color: '#327BA1'

red 50 ◦ green 123 ◦ blue 161

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

Shades of Lochmara #327BA1

Tints of Lochmara #327BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

 BLUE value IS 161 (63.28% from 255) = 48.2%

R = 14.97%
G = 36.83%
B = 48.2%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#327BA1 (or 0x327BA1) is known color: Lochmara. HEX triplet: 32, 7B and A1. RGB value is (50,123,161). Sum of RGB (Red+Green+Blue) = 50+123+161=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #327BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327BA1 is #CD845E. Grayscale: #696969. Windows color (decimal): -13468767 or 10582834. OLE color: 10582834.

HSL color Cylindrical-coordinate representation of color #327BA1: hue angle of 200.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #327BA1 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 50 123 161 -
CMYK 0.69 0.24 0 0.37
HSL 200.54º 0.53% 0.41% -
HSV(B) 200.54º 0.69% 0.63% -
XYZ 14.83 17.42 36.3 -
YUV 105.51 159.32 88.41 -
System Red Green Blue C M Y K H S L
Decimal 50 123 161 0.69 0.24 0 0.37 200.54 0.53 0.41
Hex 32 7B A1 45 18 0 25 C9 35 29
Octal 62 173 241 105 30 0 45 311 65 51
Binary 110010 1111011 10100001 1000101 11000 0 100101 11001001 110101 101001

Color Harmonies of #327BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BA1

Black with #327BA1

Text Example


Text Example

White with #327BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327BA1; }

 p { color: rgb(50,123,161); }

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

background-color css

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

 a { background-color: rgb(50,123,161); }

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

border-color css

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

 span { border-color: rgb(50,123,161); }

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