Html Css Color HEX #326CB9 Lochmara

📋 copy color: '#326CB9'

red 50 ◦ green 108 ◦ blue 185

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

Shades of Lochmara #326CB9

Tints of Lochmara #326CB9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

 BLUE value IS 185 (72.66% from 255) = 53.94%

R = 14.58%
G = 31.49%
B = 53.94%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#326CB9 (or 0x326CB9) is known color: Lochmara. HEX triplet: 32, 6C and B9. RGB value is (50,108,185). Sum of RGB (Red+Green+Blue) = 50+108+185=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #326CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CB9 is #CD9346. Grayscale: #636363. Windows color (decimal): -13472583 or 12151858. OLE color: 12151858.

HSL color Cylindrical-coordinate representation of color #326CB9: hue angle of 214.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #326CB9 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 108 185 -
CMYK 0.73 0.42 0 0.27
HSL 214.22º 0.57% 0.46% -
HSV(B) 214.22º 0.73% 0.73% -
XYZ 15.43 14.91 47.96 -
YUV 99.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 50 108 185 0.73 0.42 0 0.27 214.22 0.57 0.46
Hex 32 6C B9 49 2A 0 1B D6 39 2E
Octal 62 154 271 111 52 0 33 326 71 56
Binary 110010 1101100 10111001 1001001 101010 0 11011 11010110 111001 101110

Color Harmonies of #326CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326CB9

Black with #326CB9

Text Example


Text Example

White with #326CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,108,185); }

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

background-color css

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

 a { background-color: rgb(50,108,185); }

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

border-color css

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

 span { border-color: rgb(50,108,185); }

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