Html Css Color HEX #327998 Lochmara

📋 copy color: '#327998'

red 50 ◦ green 121 ◦ blue 152

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

Shades of Lochmara #327998

Tints of Lochmara #327998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.46%

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

R = 15.48%
G = 37.46%
B = 47.06%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#327998 (or 0x327998) is known color: Lochmara. HEX triplet: 32, 79 and 98. RGB value is (50,121,152). Sum of RGB (Red+Green+Blue) = 50+121+152=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #327998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327998 is #CD8667. Grayscale: #676767. Windows color (decimal): -13469288 or 9992498. OLE color: 9992498.

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

Color convert

RGB 50 121 152 -
CMYK 0.67 0.20 0 0.40
HSL 198.24º 0.5% 0.4% -
HSV(B) 198.24º 0.67% 0.6% -
XYZ 13.82 16.62 32.19 -
YUV 103.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 50 121 152 0.67 0.20 0 0.40 198.24 0.5 0.4
Hex 32 79 98 43 14 0 28 C6 32 28
Octal 62 171 230 103 24 0 50 306 62 50
Binary 110010 1111001 10011000 1000011 10100 0 101000 11000110 110010 101000

Color Harmonies of #327998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327998

Black with #327998

Text Example


Text Example

White with #327998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327998; }

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

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

background-color css

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

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

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

border-color css

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

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

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