Html Css Color HEX #326DB9 Lochmara

📋 copy color: '#326DB9'

red 50 ◦ green 109 ◦ blue 185

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

Shades of Lochmara #326DB9

Tints of Lochmara #326DB9

RGB

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

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

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

R = 14.53%
G = 31.69%
B = 53.78%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#326DB9 (or 0x326DB9) is known color: Lochmara. HEX triplet: 32, 6D and B9. RGB value is (50,109,185). Sum of RGB (Red+Green+Blue) = 50+109+185=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #326DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DB9 is #CD9246. Grayscale: #636363. Windows color (decimal): -13472327 or 12152114. OLE color: 12152114.

HSL color Cylindrical-coordinate representation of color #326DB9: hue angle of 213.78º 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 #326DB9 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 109 185 -
CMYK 0.73 0.41 0 0.27
HSL 213.78º 0.57% 0.46% -
HSV(B) 213.78º 0.73% 0.73% -
XYZ 15.54 15.12 48 -
YUV 100.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 50 109 185 0.73 0.41 0 0.27 213.78 0.57 0.46
Hex 32 6D B9 49 29 0 1B D6 39 2E
Octal 62 155 271 111 51 0 33 326 71 56
Binary 110010 1101101 10111001 1001001 101001 0 11011 11010110 111001 101110

Color Harmonies of #326DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326DB9

Black with #326DB9

Text Example


Text Example

White with #326DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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