Html Css Color HEX #326592 Lochmara

📋 copy color: '#326592'

red 50 ◦ green 101 ◦ blue 146

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

Shades of Lochmara #326592

Tints of Lochmara #326592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 16.84%
G = 34.01%
B = 49.16%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#326592 (or 0x326592) is known color: Lochmara. HEX triplet: 32, 65 and 92. RGB value is (50,101,146). Sum of RGB (Red+Green+Blue) = 50+101+146=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #326592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326592 is #CD9A6D. Grayscale: #5A5A5A. Windows color (decimal): -13474414 or 9594162. OLE color: 9594162.

HSL color Cylindrical-coordinate representation of color #326592: hue angle of 208.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326592 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 101 146 -
CMYK 0.66 0.31 0 0.43
HSL 208.13º 0.49% 0.38% -
HSV(B) 208.13º 0.66% 0.57% -
XYZ 11.16 12.06 28.93 -
YUV 90.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 50 101 146 0.66 0.31 0 0.43 208.13 0.49 0.38
Hex 32 65 92 42 1F 0 2B D0 31 26
Octal 62 145 222 102 37 0 53 320 61 46
Binary 110010 1100101 10010010 1000010 11111 0 101011 11010000 110001 100110

Color Harmonies of #326592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326592

Black with #326592

Text Example


Text Example

White with #326592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326592; }

 p { color: rgb(50,101,146); }

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

background-color css

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

 a { background-color: rgb(50,101,146); }

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

border-color css

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

 span { border-color: rgb(50,101,146); }

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