Html Css Color HEX #327C9B Lochmara

📋 copy color: '#327C9B'

red 50 ◦ green 124 ◦ blue 155

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

Shades of Lochmara #327C9B

Tints of Lochmara #327C9B

RGB

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

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

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

R = 15.2%
G = 37.69%
B = 47.11%

CMYK

 C value IS 0.68

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#327C9B (or 0x327C9B) is known color: Lochmara. HEX triplet: 32, 7C and 9B. RGB value is (50,124,155). Sum of RGB (Red+Green+Blue) = 50+124+155=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #327C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C9B is #CD8364. Grayscale: #696969. Windows color (decimal): -13468517 or 10189874. OLE color: 10189874.

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

Color convert

RGB 50 124 155 -
CMYK 0.68 0.2 0 0.39
HSL 197.71º 0.51% 0.4% -
HSV(B) 197.71º 0.68% 0.61% -
XYZ 14.44 17.46 33.62 -
YUV 105.41 155.98 88.48 -
System Red Green Blue C M Y K H S L
Decimal 50 124 155 0.68 0.2 0 0.39 197.71 0.51 0.4
Hex 32 7C 9B 44 14 0 27 C6 33 28
Octal 62 174 233 104 24 0 47 306 63 50
Binary 110010 1111100 10011011 1000100 10100 0 100111 11000110 110011 101000

Color Harmonies of #327C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C9B

Black with #327C9B

Text Example


Text Example

White with #327C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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