Html Css Color HEX #326199 Lochmara

📋 copy color: '#326199'

red 50 ◦ green 97 ◦ blue 153

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

Shades of Lochmara #326199

Tints of Lochmara #326199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

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

R = 16.67%
G = 32.33%
B = 51%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#326199 (or 0x326199) is known color: Lochmara. HEX triplet: 32, 61 and 99. RGB value is (50,97,153). Sum of RGB (Red+Green+Blue) = 50+97+153=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #326199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326199 is #CD9E66. Grayscale: #595959. Windows color (decimal): -13475431 or 10051890. OLE color: 10051890.

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

Color convert

RGB 50 97 153 -
CMYK 0.67 0.37 0 0.4
HSL 212.62º 0.51% 0.4% -
HSV(B) 212.62º 0.67% 0.6% -
XYZ 11.34 11.53 31.76 -
YUV 89.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 50 97 153 0.67 0.37 0 0.4 212.62 0.51 0.4
Hex 32 61 99 43 25 0 28 D5 33 28
Octal 62 141 231 103 45 0 50 325 63 50
Binary 110010 1100001 10011001 1000011 100101 0 101000 11010101 110011 101000

Color Harmonies of #326199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326199

Black with #326199

Text Example


Text Example

White with #326199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326199; }

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

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

background-color css

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

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

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

border-color css

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

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

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