Html Css Color HEX #327899 Lochmara

📋 copy color: '#327899'

red 50 ◦ green 120 ◦ blue 153

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

Shades of Lochmara #327899

Tints of Lochmara #327899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.15%

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

R = 15.48%
G = 37.15%
B = 47.37%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#327899 (or 0x327899) is known color: Lochmara. HEX triplet: 32, 78 and 99. RGB value is (50,120,153). Sum of RGB (Red+Green+Blue) = 50+120+153=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #327899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327899 is #CD8766. Grayscale: #666666. Windows color (decimal): -13469543 or 10057778. OLE color: 10057778.

HSL color Cylindrical-coordinate representation of color #327899: hue angle of 199.22º 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 #327899 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 120 153 -
CMYK 0.67 0.22 0 0.4
HSL 199.22º 0.51% 0.4% -
HSV(B) 199.22º 0.67% 0.6% -
XYZ 13.78 16.41 32.58 -
YUV 102.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 50 120 153 0.67 0.22 0 0.4 199.22 0.51 0.4
Hex 32 78 99 43 16 0 28 C7 33 28
Octal 62 170 231 103 26 0 50 307 63 50
Binary 110010 1111000 10011001 1000011 10110 0 101000 11000111 110011 101000

Color Harmonies of #327899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327899

Black with #327899

Text Example


Text Example

White with #327899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327899; }

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

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

background-color css

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

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

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

border-color css

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

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

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