Html Css Color HEX #326D9A Lochmara

📋 copy color: '#326D9A'

red 50 ◦ green 109 ◦ blue 154

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

Shades of Lochmara #326D9A

Tints of Lochmara #326D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.2%

R = 15.97%
G = 34.82%
B = 49.2%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#326D9A (or 0x326D9A) is known color: Lochmara. HEX triplet: 32, 6D and 9A. RGB value is (50,109,154). Sum of RGB (Red+Green+Blue) = 50+109+154=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #326D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326D9A is #CD9265. Grayscale: #606060. Windows color (decimal): -13472358 or 10120498. OLE color: 10120498.

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

Color convert

RGB 50 109 154 -
CMYK 0.68 0.29 0 0.40
HSL 205.96º 0.51% 0.4% -
HSV(B) 205.96º 0.68% 0.6% -
XYZ 12.62 13.95 32.6 -
YUV 96.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 50 109 154 0.68 0.29 0 0.40 205.96 0.51 0.4
Hex 32 6D 9A 44 1D 0 28 CE 33 28
Octal 62 155 232 104 35 0 50 316 63 50
Binary 110010 1101101 10011010 1000100 11101 0 101000 11001110 110011 101000

Color Harmonies of #326D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D9A

Black with #326D9A

Text Example


Text Example

White with #326D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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