Html Css Color HEX #327B9C Lochmara

📋 copy color: '#327B9C'

red 50 ◦ green 123 ◦ blue 156

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

Shades of Lochmara #327B9C

Tints of Lochmara #327B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.42%

R = 15.2%
G = 37.39%
B = 47.42%

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

#327B9C (or 0x327B9C) is known color: Lochmara. HEX triplet: 32, 7B and 9C. RGB value is (50,123,156). Sum of RGB (Red+Green+Blue) = 50+123+156=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #327B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327B9C is #CD8463. Grayscale: #686868. Windows color (decimal): -13468772 or 10255154. OLE color: 10255154.

HSL color Cylindrical-coordinate representation of color #327B9C: hue angle of 198.68º 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 #327B9C is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 123 156 -
CMYK 0.68 0.21 0 0.39
HSL 198.68º 0.51% 0.4% -
HSV(B) 198.68º 0.68% 0.61% -
XYZ 14.4 17.24 34.02 -
YUV 104.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 50 123 156 0.68 0.21 0 0.39 198.68 0.51 0.4
Hex 32 7B 9C 44 15 0 27 C7 33 28
Octal 62 173 234 104 25 0 47 307 63 50
Binary 110010 1111011 10011100 1000100 10101 0 100111 11000111 110011 101000

Color Harmonies of #327B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327B9C

Black with #327B9C

Text Example


Text Example

White with #327B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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