Html Css Color HEX #327699 Lochmara

📋 copy color: '#327699'

red 50 ◦ green 118 ◦ blue 153

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

Shades of Lochmara #327699

Tints of Lochmara #327699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 15.58%
G = 36.76%
B = 47.66%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#327699 (or 0x327699) is known color: Lochmara. HEX triplet: 32, 76 and 99. RGB value is (50,118,153). Sum of RGB (Red+Green+Blue) = 50+118+153=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #327699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327699 is #CD8966. Grayscale: #656565. Windows color (decimal): -13470055 or 10057266. OLE color: 10057266.

HSL color Cylindrical-coordinate representation of color #327699: hue angle of 200.39º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327699 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 118 153 -
CMYK 0.67 0.23 0 0.4
HSL 200.39º 0.51% 0.4% -
HSV(B) 200.39º 0.67% 0.6% -
XYZ 13.54 15.93 32.5 -
YUV 101.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 50 118 153 0.67 0.23 0 0.4 200.39 0.51 0.4
Hex 32 76 99 43 17 0 28 C8 33 28
Octal 62 166 231 103 27 0 50 310 63 50
Binary 110010 1110110 10011001 1000011 10111 0 101000 11001000 110011 101000

Color Harmonies of #327699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327699

Black with #327699

Text Example


Text Example

White with #327699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327699; }

 p { color: rgb(50,118,153); }

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

background-color css

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

 a { background-color: rgb(50,118,153); }

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

border-color css

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

 span { border-color: rgb(50,118,153); }

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