Html Css Color HEX #326696 Lochmara

📋 copy color: '#326696'

red 50 ◦ green 102 ◦ blue 150

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

Shades of Lochmara #326696

Tints of Lochmara #326696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

 BLUE value IS 150 (58.98% from 255) = 49.67%

R = 16.56%
G = 33.77%
B = 49.67%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#326696 (or 0x326696) is known color: Lochmara. HEX triplet: 32, 66 and 96. RGB value is (50,102,150). Sum of RGB (Red+Green+Blue) = 50+102+150=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #326696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326696 is #CD9969. Grayscale: #5B5B5B. Windows color (decimal): -13474154 or 9856562. OLE color: 9856562.

HSL color Cylindrical-coordinate representation of color #326696: hue angle of 208.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326696 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 102 150 -
CMYK 0.67 0.32 0 0.41
HSL 208.8º 0.5% 0.39% -
HSV(B) 208.8º 0.67% 0.59% -
XYZ 11.57 12.38 30.63 -
YUV 91.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 50 102 150 0.67 0.32 0 0.41 208.8 0.5 0.39
Hex 32 66 96 43 20 0 29 D1 32 27
Octal 62 146 226 103 40 0 51 321 62 47
Binary 110010 1100110 10010110 1000011 100000 0 101001 11010001 110010 100111

Color Harmonies of #326696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326696

Black with #326696

Text Example


Text Example

White with #326696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326696; }

 p { color: rgb(50,102,150); }

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

background-color css

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

 a { background-color: rgb(50,102,150); }

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

border-color css

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

 span { border-color: rgb(50,102,150); }

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