Html Css Color HEX #327BAB Lochmara

📋 copy color: '#327BAB'

red 50 ◦ green 123 ◦ blue 171

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

Shades of Lochmara #327BAB

Tints of Lochmara #327BAB

RGB

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

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

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

R = 14.53%
G = 35.76%
B = 49.71%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#327BAB (or 0x327BAB) is known color: Lochmara. HEX triplet: 32, 7B and AB. RGB value is (50,123,171). Sum of RGB (Red+Green+Blue) = 50+123+171=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #327BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327BAB is #CD8454. Grayscale: #6A6A6A. Windows color (decimal): -13468757 or 11238194. OLE color: 11238194.

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

Color convert

RGB 50 123 171 -
CMYK 0.71 0.28 0 0.33
HSL 203.8º 0.55% 0.43% -
HSV(B) 203.8º 0.71% 0.67% -
XYZ 15.75 17.78 41.13 -
YUV 106.65 164.32 87.6 -
System Red Green Blue C M Y K H S L
Decimal 50 123 171 0.71 0.28 0 0.33 203.8 0.55 0.43
Hex 32 7B AB 47 1C 0 21 CC 37 2B
Octal 62 173 253 107 34 0 41 314 67 53
Binary 110010 1111011 10101011 1000111 11100 0 100001 11001100 110111 101011

Color Harmonies of #327BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BAB

Black with #327BAB

Text Example


Text Example

White with #327BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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