Html Css Color HEX #326E9C Lochmara

📋 copy color: '#326E9C'

red 50 ◦ green 110 ◦ blue 156

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

Shades of Lochmara #326E9C

Tints of Lochmara #326E9C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 156 (61.33% from 255) = 49.37%

R = 15.82%
G = 34.81%
B = 49.37%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#326E9C (or 0x326E9C) is known color: Lochmara. HEX triplet: 32, 6E and 9C. RGB value is (50,110,156). Sum of RGB (Red+Green+Blue) = 50+110+156=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #326E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E9C is #CD9163. Grayscale: #616161. Windows color (decimal): -13472100 or 10251826. OLE color: 10251826.

HSL color Cylindrical-coordinate representation of color #326E9C: hue angle of 206.04º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326E9C is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 110 156 -
CMYK 0.68 0.29 0 0.39
HSL 206.04º 0.51% 0.4% -
HSV(B) 206.04º 0.68% 0.61% -
XYZ 12.89 14.23 33.52 -
YUV 97.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 50 110 156 0.68 0.29 0 0.39 206.04 0.51 0.4
Hex 32 6E 9C 44 1D 0 27 CE 33 28
Octal 62 156 234 104 35 0 47 316 63 50
Binary 110010 1101110 10011100 1000100 11101 0 100111 11001110 110011 101000

Color Harmonies of #326E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E9C

Black with #326E9C

Text Example


Text Example

White with #326E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,110,156); }

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

background-color css

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

 a { background-color: rgb(50,110,156); }

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

border-color css

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

 span { border-color: rgb(50,110,156); }

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