Html Css Color HEX #327A9B Lochmara

📋 copy color: '#327A9B'

red 50 ◦ green 122 ◦ blue 155

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

Shades of Lochmara #327A9B

Tints of Lochmara #327A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.4%

R = 15.29%
G = 37.31%
B = 47.4%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#327A9B (or 0x327A9B) is known color: Lochmara. HEX triplet: 32, 7A and 9B. RGB value is (50,122,155). Sum of RGB (Red+Green+Blue) = 50+122+155=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #327A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A9B is #CD8564. Grayscale: #686868. Windows color (decimal): -13469029 or 10189362. OLE color: 10189362.

HSL color Cylindrical-coordinate representation of color #327A9B: hue angle of 198.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327A9B is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 122 155 -
CMYK 0.68 0.21 0 0.39
HSL 198.86º 0.51% 0.4% -
HSV(B) 198.86º 0.68% 0.61% -
XYZ 14.19 16.96 33.54 -
YUV 104.23 156.65 89.32 -
System Red Green Blue C M Y K H S L
Decimal 50 122 155 0.68 0.21 0 0.39 198.86 0.51 0.4
Hex 32 7A 9B 44 15 0 27 C7 33 28
Octal 62 172 233 104 25 0 47 307 63 50
Binary 110010 1111010 10011011 1000100 10101 0 100111 11000111 110011 101000

Color Harmonies of #327A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A9B

Black with #327A9B

Text Example


Text Example

White with #327A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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