Html Css Color HEX #326A93 Lochmara

📋 copy color: '#326A93'

red 50 ◦ green 106 ◦ blue 147

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

Shades of Lochmara #326A93

Tints of Lochmara #326A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

 BLUE value IS 147 (57.81% from 255) = 48.51%

R = 16.5%
G = 34.98%
B = 48.51%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#326A93 (or 0x326A93) is known color: Lochmara. HEX triplet: 32, 6A and 93. RGB value is (50,106,147). Sum of RGB (Red+Green+Blue) = 50+106+147=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #326A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326A93 is #CD956C. Grayscale: #5D5D5D. Windows color (decimal): -13473133 or 9660978. OLE color: 9660978.

HSL color Cylindrical-coordinate representation of color #326A93: hue angle of 205.36º 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 #326A93 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 106 147 -
CMYK 0.66 0.28 0 0.42
HSL 205.36º 0.49% 0.39% -
HSV(B) 205.36º 0.66% 0.58% -
XYZ 11.74 13.09 29.51 -
YUV 93.93 157.95 96.67 -
System Red Green Blue C M Y K H S L
Decimal 50 106 147 0.66 0.28 0 0.42 205.36 0.49 0.39
Hex 32 6A 93 42 1C 0 2A CD 31 27
Octal 62 152 223 102 34 0 52 315 61 47
Binary 110010 1101010 10010011 1000010 11100 0 101010 11001101 110001 100111

Color Harmonies of #326A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A93

Black with #326A93

Text Example


Text Example

White with #326A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,106,147); }

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

background-color css

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

 a { background-color: rgb(50,106,147); }

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

border-color css

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

 span { border-color: rgb(50,106,147); }

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