Html Css Color HEX #327AAC Lochmara

📋 copy color: '#327AAC'

red 50 ◦ green 122 ◦ blue 172

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

Shades of Lochmara #327AAC

Tints of Lochmara #327AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50%

R = 14.53%
G = 35.47%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#327AAC (or 0x327AAC) is known color: Lochmara. HEX triplet: 32, 7A and AC. RGB value is (50,122,172). Sum of RGB (Red+Green+Blue) = 50+122+172=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #327AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327AAC is #CD8553. Grayscale: #696969. Windows color (decimal): -13469012 or 11303474. OLE color: 11303474.

HSL color Cylindrical-coordinate representation of color #327AAC: hue angle of 204.59º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327AAC is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 122 172 -
CMYK 0.71 0.29 0 0.33
HSL 204.59º 0.55% 0.44% -
HSV(B) 204.59º 0.71% 0.67% -
XYZ 15.72 17.58 41.59 -
YUV 106.17 165.15 87.93 -
System Red Green Blue C M Y K H S L
Decimal 50 122 172 0.71 0.29 0 0.33 204.59 0.55 0.44
Hex 32 7A AC 47 1D 0 21 CD 37 2C
Octal 62 172 254 107 35 0 41 315 67 54
Binary 110010 1111010 10101100 1000111 11101 0 100001 11001101 110111 101100

Color Harmonies of #327AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327AAC

Black with #327AAC

Text Example


Text Example

White with #327AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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