Html Css Color HEX #326D94 Lochmara

📋 copy color: '#326D94'

red 50 ◦ green 109 ◦ blue 148

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

Shades of Lochmara #326D94

Tints of Lochmara #326D94

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.5%

 BLUE value IS 148 (58.2% from 255) = 48.21%

R = 16.29%
G = 35.5%
B = 48.21%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#326D94 (or 0x326D94) is known color: Lochmara. HEX triplet: 32, 6D and 94. RGB value is (50,109,148). Sum of RGB (Red+Green+Blue) = 50+109+148=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #326D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326D94 is #CD926B. Grayscale: #5F5F5F. Windows color (decimal): -13472364 or 9727282. OLE color: 9727282.

HSL color Cylindrical-coordinate representation of color #326D94: hue angle of 203.88º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326D94 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 109 148 -
CMYK 0.66 0.26 0 0.42
HSL 203.88º 0.49% 0.39% -
HSV(B) 203.88º 0.66% 0.58% -
XYZ 12.13 13.75 30.03 -
YUV 95.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 50 109 148 0.66 0.26 0 0.42 203.88 0.49 0.39
Hex 32 6D 94 42 1A 0 2A CC 31 27
Octal 62 155 224 102 32 0 52 314 61 47
Binary 110010 1101101 10010100 1000010 11010 0 101010 11001100 110001 100111

Color Harmonies of #326D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D94

Black with #326D94

Text Example


Text Example

White with #326D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326D94; }

 p { color: rgb(50,109,148); }

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

background-color css

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

 a { background-color: rgb(50,109,148); }

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

border-color css

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

 span { border-color: rgb(50,109,148); }

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