Html Css Color HEX #326499 Lochmara

📋 copy color: '#326499'

red 50 ◦ green 100 ◦ blue 153

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

Shades of Lochmara #326499

Tints of Lochmara #326499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

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

R = 16.5%
G = 33%
B = 50.5%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#326499 (or 0x326499) is known color: Lochmara. HEX triplet: 32, 64 and 99. RGB value is (50,100,153). Sum of RGB (Red+Green+Blue) = 50+100+153=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #326499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326499 is #CD9B66. Grayscale: #5A5A5A. Windows color (decimal): -13474663 or 10052658. OLE color: 10052658.

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

Color convert

RGB 50 100 153 -
CMYK 0.67 0.35 0 0.4
HSL 210.87º 0.51% 0.4% -
HSV(B) 210.87º 0.67% 0.6% -
XYZ 11.62 12.09 31.86 -
YUV 91.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 50 100 153 0.67 0.35 0 0.4 210.87 0.51 0.4
Hex 32 64 99 43 23 0 28 D3 33 28
Octal 62 144 231 103 43 0 50 323 63 50
Binary 110010 1100100 10011001 1000011 100011 0 101000 11010011 110011 101000

Color Harmonies of #326499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326499

Black with #326499

Text Example


Text Example

White with #326499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326499; }

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

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

background-color css

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

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

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

border-color css

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

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

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