Html Css Color HEX #327AA0 Lochmara

📋 copy color: '#327AA0'

red 50 ◦ green 122 ◦ blue 160

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

Shades of Lochmara #327AA0

Tints of Lochmara #327AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

 BLUE value IS 160 (62.89% from 255) = 48.19%

R = 15.06%
G = 36.75%
B = 48.19%

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

#327AA0 (or 0x327AA0) is known color: Lochmara. HEX triplet: 32, 7A and A0. RGB value is (50,122,160). Sum of RGB (Red+Green+Blue) = 50+122+160=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #327AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327AA0 is #CD855F. Grayscale: #686868. Windows color (decimal): -13469024 or 10517042. OLE color: 10517042.

HSL color Cylindrical-coordinate representation of color #327AA0: hue angle of 200.73º degrees, saturation: 0.52, 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 #327AA0 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 50 122 160 -
CMYK 0.69 0.24 0 0.37
HSL 200.73º 0.52% 0.41% -
HSV(B) 200.73º 0.69% 0.63% -
XYZ 14.62 17.14 35.79 -
YUV 104.8 159.15 88.91 -
System Red Green Blue C M Y K H S L
Decimal 50 122 160 0.69 0.24 0 0.37 200.73 0.52 0.41
Hex 32 7A A0 45 18 0 25 C9 34 29
Octal 62 172 240 105 30 0 45 311 64 51
Binary 110010 1111010 10100000 1000101 11000 0 100101 11001001 110100 101001

Color Harmonies of #327AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327AA0

Black with #327AA0

Text Example


Text Example

White with #327AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,122,160); }

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

background-color css

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

 a { background-color: rgb(50,122,160); }

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

border-color css

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

 span { border-color: rgb(50,122,160); }

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