Html Css Color HEX #327CAB Lochmara

📋 copy color: '#327CAB'

red 50 ◦ green 124 ◦ blue 171

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

Shades of Lochmara #327CAB

Tints of Lochmara #327CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 14.49%
G = 35.94%
B = 49.57%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#327CAB (or 0x327CAB) is known color: Lochmara. HEX triplet: 32, 7C and AB. RGB value is (50,124,171). Sum of RGB (Red+Green+Blue) = 50+124+171=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #327CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327CAB is #CD8354. Grayscale: #6A6A6A. Windows color (decimal): -13468501 or 11238450. OLE color: 11238450.

HSL color Cylindrical-coordinate representation of color #327CAB: hue angle of 203.31º 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 #327CAB is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 124 171 -
CMYK 0.71 0.27 0 0.33
HSL 203.31º 0.55% 0.43% -
HSV(B) 203.31º 0.71% 0.67% -
XYZ 15.87 18.03 41.17 -
YUV 107.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 50 124 171 0.71 0.27 0 0.33 203.31 0.55 0.43
Hex 32 7C AB 47 1B 0 21 CB 37 2B
Octal 62 174 253 107 33 0 41 313 67 53
Binary 110010 1111100 10101011 1000111 11011 0 100001 11001011 110111 101011

Color Harmonies of #327CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CAB

Black with #327CAB

Text Example


Text Example

White with #327CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,124,171); }

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

background-color css

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

 a { background-color: rgb(50,124,171); }

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

border-color css

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

 span { border-color: rgb(50,124,171); }

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