Html Css Color HEX #326E9B Lochmara

📋 copy color: '#326E9B'

red 50 ◦ green 110 ◦ blue 155

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

Shades of Lochmara #326E9B

Tints of Lochmara #326E9B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.92%

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 15.87%
G = 34.92%
B = 49.21%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#326E9B (or 0x326E9B) is known color: Lochmara. HEX triplet: 32, 6E and 9B. RGB value is (50,110,155). Sum of RGB (Red+Green+Blue) = 50+110+155=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #326E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E9B is #CD9164. Grayscale: #606060. Windows color (decimal): -13472101 or 10186290. OLE color: 10186290.

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

Color convert

RGB 50 110 155 -
CMYK 0.68 0.29 0 0.39
HSL 205.71º 0.51% 0.4% -
HSV(B) 205.71º 0.68% 0.61% -
XYZ 12.81 14.2 33.08 -
YUV 97.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 50 110 155 0.68 0.29 0 0.39 205.71 0.51 0.4
Hex 32 6E 9B 44 1D 0 27 CE 33 28
Octal 62 156 233 104 35 0 47 316 63 50
Binary 110010 1101110 10011011 1000100 11101 0 100111 11001110 110011 101000

Color Harmonies of #326E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E9B

Black with #326E9B

Text Example


Text Example

White with #326E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,110,155); }

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

background-color css

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

 a { background-color: rgb(50,110,155); }

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

border-color css

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

 span { border-color: rgb(50,110,155); }

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