Html Css Color HEX #327199 Lochmara

📋 copy color: '#327199'

red 50 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #327199

Tints of Lochmara #327199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

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

R = 15.82%
G = 35.76%
B = 48.42%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#327199 (or 0x327199) is known color: Lochmara. HEX triplet: 32, 71 and 99. RGB value is (50,113,153). Sum of RGB (Red+Green+Blue) = 50+113+153=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #327199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327199 is #CD8E66. Grayscale: #626262. Windows color (decimal): -13471335 or 10055986. OLE color: 10055986.

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

Color convert

RGB 50 113 153 -
CMYK 0.67 0.26 0 0.4
HSL 203.3º 0.51% 0.4% -
HSV(B) 203.3º 0.67% 0.6% -
XYZ 12.97 14.79 32.31 -
YUV 98.72 158.63 93.25 -
System Red Green Blue C M Y K H S L
Decimal 50 113 153 0.67 0.26 0 0.4 203.3 0.51 0.4
Hex 32 71 99 43 1A 0 28 CB 33 28
Octal 62 161 231 103 32 0 50 313 63 50
Binary 110010 1110001 10011001 1000011 11010 0 101000 11001011 110011 101000

Color Harmonies of #327199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327199

Black with #327199

Text Example


Text Example

White with #327199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327199; }

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

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

background-color css

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

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

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

border-color css

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

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

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