Html Css Color HEX #327DAA Lochmara

📋 copy color: '#327DAA'

red 50 ◦ green 125 ◦ blue 170

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

Shades of Lochmara #327DAA

Tints of Lochmara #327DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.23%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 14.49%
G = 36.23%
B = 49.28%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#327DAA (or 0x327DAA) is known color: Lochmara. HEX triplet: 32, 7D and AA. RGB value is (50,125,170). Sum of RGB (Red+Green+Blue) = 50+125+170=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #327DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327DAA is #CD8255. Grayscale: #6B6B6B. Windows color (decimal): -13468246 or 11173170. OLE color: 11173170.

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

Color convert

RGB 50 125 170 -
CMYK 0.71 0.26 0 0.33
HSL 202.5º 0.55% 0.43% -
HSV(B) 202.5º 0.71% 0.67% -
XYZ 15.9 18.25 40.71 -
YUV 107.71 163.15 86.84 -
System Red Green Blue C M Y K H S L
Decimal 50 125 170 0.71 0.26 0 0.33 202.5 0.55 0.43
Hex 32 7D AA 47 1A 0 21 CA 37 2B
Octal 62 175 252 107 32 0 41 312 67 53
Binary 110010 1111101 10101010 1000111 11010 0 100001 11001010 110111 101011

Color Harmonies of #327DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DAA

Black with #327DAA

Text Example


Text Example

White with #327DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,125,170); }

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

background-color css

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

 a { background-color: rgb(50,125,170); }

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

border-color css

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

 span { border-color: rgb(50,125,170); }

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