Html Css Color HEX #326296 Lochmara

📋 copy color: '#326296'

red 50 ◦ green 98 ◦ blue 150

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

Shades of Lochmara #326296

Tints of Lochmara #326296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

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

R = 16.78%
G = 32.89%
B = 50.34%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#326296 (or 0x326296) is known color: Lochmara. HEX triplet: 32, 62 and 96. RGB value is (50,98,150). Sum of RGB (Red+Green+Blue) = 50+98+150=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #326296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326296 is #CD9D69. Grayscale: #595959. Windows color (decimal): -13475178 or 9855538. OLE color: 9855538.

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

Color convert

RGB 50 98 150 -
CMYK 0.67 0.35 0 0.41
HSL 211.2º 0.5% 0.39% -
HSV(B) 211.2º 0.67% 0.59% -
XYZ 11.19 11.62 30.51 -
YUV 89.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 50 98 150 0.67 0.35 0 0.41 211.2 0.5 0.39
Hex 32 62 96 43 23 0 29 D3 32 27
Octal 62 142 226 103 43 0 51 323 62 47
Binary 110010 1100010 10010110 1000011 100011 0 101001 11010011 110010 100111

Color Harmonies of #326296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326296

Black with #326296

Text Example


Text Example

White with #326296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326296; }

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

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

background-color css

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

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

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

border-color css

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

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

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