Html Css Color HEX #327AAB Lochmara

📋 copy color: '#327AAB'

red 50 ◦ green 122 ◦ blue 171

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

Shades of Lochmara #327AAB

Tints of Lochmara #327AAB

RGB

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

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

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

R = 14.58%
G = 35.57%
B = 49.85%

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

#327AAB (or 0x327AAB) is known color: Lochmara. HEX triplet: 32, 7A and AB. RGB value is (50,122,171). Sum of RGB (Red+Green+Blue) = 50+122+171=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #327AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327AAB is #CD8554. Grayscale: #696969. Windows color (decimal): -13469013 or 11237938. OLE color: 11237938.

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

Color convert

RGB 50 122 171 -
CMYK 0.71 0.29 0 0.33
HSL 204.3º 0.55% 0.43% -
HSV(B) 204.3º 0.71% 0.67% -
XYZ 15.63 17.54 41.09 -
YUV 106.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 50 122 171 0.71 0.29 0 0.33 204.3 0.55 0.43
Hex 32 7A AB 47 1D 0 21 CC 37 2B
Octal 62 172 253 107 35 0 41 314 67 53
Binary 110010 1111010 10101011 1000111 11101 0 100001 11001100 110111 101011

Color Harmonies of #327AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327AAB

Black with #327AAB

Text Example


Text Example

White with #327AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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