Html Css Color HEX #326C9F Lochmara

📋 copy color: '#326C9F'

red 50 ◦ green 108 ◦ blue 159

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

Shades of Lochmara #326C9F

Tints of Lochmara #326C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 15.77%
G = 34.07%
B = 50.16%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#326C9F (or 0x326C9F) is known color: Lochmara. HEX triplet: 32, 6C and 9F. RGB value is (50,108,159). Sum of RGB (Red+Green+Blue) = 50+108+159=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #326C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C9F is #CD9360. Grayscale: #606060. Windows color (decimal): -13472609 or 10447922. OLE color: 10447922.

HSL color Cylindrical-coordinate representation of color #326C9F: hue angle of 208.07º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #326C9F is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 108 159 -
CMYK 0.69 0.32 0 0.38
HSL 208.07º 0.52% 0.41% -
HSV(B) 208.07º 0.69% 0.62% -
XYZ 12.94 13.91 34.8 -
YUV 96.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 50 108 159 0.69 0.32 0 0.38 208.07 0.52 0.41
Hex 32 6C 9F 45 20 0 26 D0 34 29
Octal 62 154 237 105 40 0 46 320 64 51
Binary 110010 1101100 10011111 1000101 100000 0 100110 11010000 110100 101001

Color Harmonies of #326C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C9F

Black with #326C9F

Text Example


Text Example

White with #326C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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