Html Css Color HEX #327798 Lochmara

📋 copy color: '#327798'

red 50 ◦ green 119 ◦ blue 152

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

Shades of Lochmara #327798

Tints of Lochmara #327798

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

 BLUE value IS 152 (59.77% from 255) = 47.35%

R = 15.58%
G = 37.07%
B = 47.35%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#327798 (or 0x327798) is known color: Lochmara. HEX triplet: 32, 77 and 98. RGB value is (50,119,152). Sum of RGB (Red+Green+Blue) = 50+119+152=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #327798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327798 is #CD8867. Grayscale: #656565. Windows color (decimal): -13469800 or 9991986. OLE color: 9991986.

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

Color convert

RGB 50 119 152 -
CMYK 0.67 0.22 0 0.40
HSL 199.41º 0.5% 0.4% -
HSV(B) 199.41º 0.67% 0.6% -
XYZ 13.58 16.14 32.11 -
YUV 102.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 50 119 152 0.67 0.22 0 0.40 199.41 0.5 0.4
Hex 32 77 98 43 16 0 28 C7 32 28
Octal 62 167 230 103 26 0 50 307 62 50
Binary 110010 1110111 10011000 1000011 10110 0 101000 11000111 110010 101000

Color Harmonies of #327798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327798

Black with #327798

Text Example


Text Example

White with #327798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327798; }

 p { color: rgb(50,119,152); }

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

background-color css

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

 a { background-color: rgb(50,119,152); }

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

border-color css

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

 span { border-color: rgb(50,119,152); }

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